Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

what is the value of {uri_ref}?

ashwanikumar
Tera Expert

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).

1 ACCEPTED SOLUTION
3 REPLIES 3

Inactive_Us1474
Giga Guru

{URI_REF} gives the link with the record number.


Scripting for Email Notifications - ServiceNow Wiki


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}?


ashwanikumar
Tera Expert

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>';