可以利用 Text attribute type 做為 URL 鏈結,
步驟, 如下 :
1) 在 Message 下增加 Message Attribute :
2) Message 的 HTML Body 中, 寫入 message attribute 做為網頁 :
3) 設定 Message Attribute 的資料值 :
程式碼
WF_ENGINE.SETITEMATTRTEXT( itemtype => P_ITEM_TYPE
, itemkey => P_ITEM_KEY
, aname => 'WF_ATTACHMENT'
, avalue => V_ATTACHMENT_URL
);
4) 執行效果 :