We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to get REQUEST number in notification (notification is on RITM table)

sinu2
Tera Expert

Hi,

I have notification on RITM table as soon as request submitted notification will trigger, In the notification content i need to show REQUEST number with hyperlink. How can i get that?

find_real_file.png

1 ACCEPTED SOLUTION

Pranesh072
Mega Sage

You can use 

${reference-field.URI_REF} or ${reference-field.URI}

 

${request.URI_REF} or ${request.URI}

 

https://servicenowguru.com/system-definition/email-notifications-system-definition/email-links-uri-u...

 

View solution in original post

4 REPLIES 4

AnirudhKumar
Mega Sage
${request.URI_REF}

Pranesh072
Mega Sage

You can use 

${reference-field.URI_REF} or ${reference-field.URI}

 

${request.URI_REF} or ${request.URI}

 

https://servicenowguru.com/system-definition/email-notifications-system-definition/email-links-uri-u...

 

AnirudhKumar
Mega Sage

Hey Sreeni,

Did my script work for you?

Not applicable

Hi, as per above should be easy enough using the below mail script.

${request.URI_REF}