Problem record link redirected to the Next Experience
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 03:33 AM
Hi,
I want the problem record link in the email notification to be redirected to the Next Experience. Is it can be done by using plugins? How to do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 03:38 AM
Hi @NishaB
It seems like "WS" refers to the ServiceNow Workspace in your context, especially since you're discussing redirecting emails to a Workspace in the ServiceNow platform. To redirect emails to the ServiceNow Workspace in the Xanadu platform, you need to configure the "glide.ui.workspace.redirect_to_workspace" system property in your ServiceNow instance. This setting ensures that users are automatically redirected to the Workspace view when they access a ServiceNow record via an email link.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 03:49 AM
Hi @NishaB ,
Using email script prepare a link like below.
https://xxx.service-now.com/now/sow/record/incident/sys_id_of_incident
var url = '<a href="' + gs.getProperty('glide.servlet.uri') + '/now/sow/record/incident/' + current.sys_id+ '>'+ current.number +'</a>';
template.print(url);
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2025 03:32 AM
@NishaB - Did you see the Xanadu latest update on the email redirection using the plugin ITSM Notifications Redirection (com.snc.itsm.notifications_redirection) which is active by default. But not enabled until we set the system property "sow_email_notification_redirect" to true.
More details you can find in the link https://www.servicenow.com/docs/bundle/yokohama-it-service-management/page/product/incident-manageme...
Thanks & Regards,
Vasanth