- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2017 01:55 AM
Hello,
We have an existing notification on Workflow where we need add the attachment to the same notification, can anyone please guide me how to process this ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2017 03:32 AM
Hello Irfan,
I think best practise is to use Event queue activity since you are workflow pre-designed you try something like below:
Create a notification email script under system notification click on New and use template.print ( 'Attachment: <a href="sys_attachment.do?sys_id=sys_id of the attachment">Name of the attachment</a>' ) ;
And under Workflow notification activity under Message box you can call this email notification script name: ${mail_script:nameof attachment}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2017 03:32 AM
Hello Irfan,
I think best practise is to use Event queue activity since you are workflow pre-designed you try something like below:
Create a notification email script under system notification click on New and use template.print ( 'Attachment: <a href="sys_attachment.do?sys_id=sys_id of the attachment">Name of the attachment</a>' ) ;
And under Workflow notification activity under Message box you can call this email notification script name: ${mail_script:nameof attachment}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2020 10:17 AM
Hello-will this work if the attachment is not the same consistently? I have a use case where I need to pull an attachment from a record but it isn't the same attachment every time.
Thanks,
Heather