Problem record link redirected to the Next Experience

NishaB
Tera Expert

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?

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

Runjay Patel
Giga Sage

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

-------------------------------------------------------------------------

 

Vasantharajan N
Giga Sage
Giga Sage

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

VasantharajanN_0-1741260649249.png

 


Thanks & Regards,
Vasanth