Hello
I am adding attachment to a custom workflow notifications using the following command
wf_engine.SetItemAttrText
( itemtype => itemtype
, itemkey => itemkey
, aname => '#ATTACHMENTS'
, avalue => 'FND:entity=PO_HEADERS'||'&'||'pk1name=PO_HEADER_ID'||'&'||'pk1value='||l_document_id
);
The issue is that the attachment is not appearing in the email that the receiver receives..., and I need to see it offline..without needing connecting to ebs
Which could be the issue?
thanks