Need Hyperlink to redirect the approver to Approvals page in Service Portal

Admin7267
Kilo Sage

How to redirect the approver to Approvals page in Service Portal when user clicks on hyperlink?

 

1 ACCEPTED SOLUTION

Admin7267
Kilo Sage
var url=gs.getProperty('glide.servlet.uri')+"sp?id=approvals";
template.print("1. "+'<a href=' +url+'>' + "RETIRE " + '</a>');

View solution in original post

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Admin7267 

Are you talking about the OOB approval email which is sent to approver?

where it is taking currently? you might have to update the email body for that or email script

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Admin7267
Kilo Sage
var url=gs.getProperty('glide.servlet.uri')+"sp?id=approvals";
template.print("1. "+'<a href=' +url+'>' + "RETIRE " + '</a>');