- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2016 03:03 AM
I want to add hyperlink to Email Notification.
Your Incident INCxxxxxxxx has been registered.
If I click on INCxxxxxxxx it should redirect me to the Incident Page.
Please someone help me on this.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2016 03:11 AM
HI Lakshmi,
We can use ${URI_REF} and hyperlink would be created for the display field of record which in this case would be Incident number.
THank's,
Manik
PS - Please mark as correct, helpful and like if it solves your problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2016 06:48 AM
Hi Paramveer,
Can you guide me on how to modify the script
Incident Number | : <mail_script>//template.print('<a href="https://' + gs.getProperty('instance_name') + '.service-now.com/nav_to.do?uri=incident.do?sys_id=' + current.sys_id + '"> ' + current.number+ ' </a>'); |
template.print(current.number);</mail_script>
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2016 07:32 AM
Hi Lakshmi,
Use below -
Incident Number: ${URI_REF}
Regards,
Swapnil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2016 08:00 AM
Thank you for your quick response!