{URI_REF} is not navigating users to required record after upgrading instance.

Kishor O
Tera Sage

Before upgrading our instance from Utah to Washington, most of the notifications {URI_REF} generated a link and navigated us to the appropriate record but after upgrading the instance it is navigating user to homepage.

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Kishor O 

 

It might be some upgrade issue. please check all conflicts / skip records and try cache.do 

*************************************************************************************************************
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]

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

HrishabhKumar
Kilo Sage

Hi @Kishor O ,

Try using URI instead of URI_REF. The redirection code should look something this: 

<a href="${URI}">View Record</a>

 

Thanks,

Hope this helps.