Skip to Main Content

Using #ATTACHMENTS to create Workflow Notifications Attachments

alisterdFeb 6 2014

Hi,

I am using #ATTACHMENTS feature to create the Notification Attachment.

I have created a Item Attribute with the following details -

Internal Name - #ATTACHMENTS

Display Name/Desc - Attachments

Frame Target - Full Window

Type - Document

Default Type - Constant

Default Value - FND:entity=FUN_TRX_HEADERS&pk1name=TrxId&pk1value=-&TRX_ID-

Also I have created  a Message Attribute as follows -

Internal Name - #ATTACHMENTS

Source - Send

Frame Target - Full Window

Type - Document

Default Type - Item Attribute

Default Value - Attachments

For the Default value coming to the Item Attribute, I have checked the following tables -

select DATA_OBJECT_CODE, PK1_COLUMN from FND_DOCUMENT_ENTITIES where data_object_code =  'FUN_TRX_HEADERS';

DATA_OBJECT_CODE           PK1_COLUMN             

------------------------------ ------------------------------

FUN_TRX_HEADERS            TrxId                    

After saving the workflow to the Database, I am unable to see any attachments in the notification details.

Please let me know where I am going wrong.

Post Details
Locked due to inactivity on Mar 6 2014
Added on Feb 6 2014
0 comments
791 views