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 | |
------------------------------ ------------------------------
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.