how to modify uri_ref or uri in the notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2020 12:15 AM
How to find the script for ${URI_REF} in the platform. we want to modify it according to our business need. as it is global change we cannot create custom URL in each notification. we have 500+ notifications

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2020 12:19 AM
Hi there,
You could create a mail script which contains the URL according your Business need. Then just using that in the notifications.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2020 12:20 AM
Hi,
it is out of the box and you won't find it and can't change it.
you will have to go with custom email script url approach
1) Create email script with your required changes for the URL
2) include that email script in each notification
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
‎10-21-2020 12:29 AM
Oh tats not possbile because we need this behaviour for 500+ notifications. any other way we can change the redirection behaviour when they click uri or uri_ref?
we want to validate the table and based on that it need to redirect to portal or platform view

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2020 12:35 AM
No, that won't be possible. You could write a Fix Script to update those notifications, with a new created mail script.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field