WORKFLOW APPROVAL NOTIFICATION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 01:08 AM
I have created workflow in that added 'approval-group' block. Basically it is triggering oob approval notification.
Requirement: when demand record is updated with attachment this workflow is triggering. while sending notification for approve they should be able to see the attachment attached to the demand based on that they can approve or reject it. Currently even after enabling the 'INCLUDE ATTACHMENT' the attachment is not getting attached to the approval email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 01:19 AM
Hi @Prati123,
Below is a code that I was using for this, but in an onBefore BR for [sysapproval_approver] table, not a workflow. This and Include notifications true (you already have this):
GlideSysAttachment.copy('sc_req_item', current.sysapproval, 'sysapproval_approver', current.getValue('sys_id'));
Let me know how it goes for your
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */