- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 01:09 AM
Hi Guys,
I need to get a link on an email notification on the incident table to the related change that cased the incident.
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 01:18 AM
Hi,
use this to show link
To see details of the Change, ${caused_by.URI}
OR
To see details of the Change, ${caused_by.URI_REF}
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2022 01:18 AM
Hi,
use this to show link
To see details of the Change, ${caused_by.URI}
OR
To see details of the Change, ${caused_by.URI_REF}
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 07:46 AM
Hello @Ankur Bawiskar
How can we include a link back to the standard change template? I'm trying a notification on the std_change_record_producer table, but using URI_REF brings a user to the proposal (std_change_proposal) when clicking the link from within a notification, not to the actual template. We're trying to set up a standard change proposal review process and the goal is to direct the users to the template (record producer) so it can be resubmitted through the approval process.
Thanks,
Joe