how to add hyperlink to change number

divyal09
Tera Contributor

How can we add hyperlink to change number. So that after clicking on the change number user should get redirected to change request.

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @divyal09 

 

If you check OOTB email notification of Change you will see this. 

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

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

chetanb
Tera Guru

@divyal09 

In multiple ways you can achieve

1) ${URI} or ${URI_REF} -within href attribute of HTML tag

like - <a href= "${URI changerequest.number}">CHG${changerequest.number} </a>

 

2) create 1 custom field that calculate the change req URL based on the chg number

display the custom field value in href attribute

 

Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

 

Regards,

CB