Approval email notification link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 01:45 AM
Hi All,
I have created a email notification such that it sends out the approval record link to the end user. It needs to be dynamic in nature. I have to pass the dynamic sys id in the email notification . I am thinking of using a href tag in the email script. Kindly help on this.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 01:59 AM
Hi @kali ,
You can use ${current.sys_id} to get sys_id of current record dynamically.
may be like below
<a href="/sys_approval_approver.do?sys_id=${current.sys_id}" target="_blank"</a>
Regards,
Ranjit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2025 12:26 AM
Hi @Ranjit Nimbalka ,
Thanks for the response. I am using granular delegation and if i want to send delegated approvals records in a separate email notification. How can i filter the sysapproval_approver table and get the delegated records and send it to them, the delegator should not recieve the notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 02:02 AM
what do you mean by dynamic sysId?
can you share some details on what you tried so far and what's your requirement?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader