- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2017 05:03 AM
Hi All,
what is the value of {uri_ref}?
I want to create similar email script for a custom table. I want to open tickets in a SSP view (https://Instance_Name.service-now.com/ssp).
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2017 05:08 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2017 05:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2017 05:22 AM
Thanks Akhil. But how can we create similar functionality using custom email script.
e.g. i want to open records in ssp view but not in default view. Then how can we achieve it using {URI_REF}?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2018 06:18 AM
It is an Out of the Box available email script similar to following:
href="incident.do?sys_id=' + current.sys_id + '" class="breadcrumb" >' + current.number + '</a>';