Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 07:24 AM
How to redirect the approver to Approvals page in Service Portal when user clicks on hyperlink?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 11:08 PM
var url=gs.getProperty('glide.servlet.uri')+"sp?id=approvals";
template.print("1. "+'<a href=' +url+'>' + "RETIRE " + '</a>');
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 07:52 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 11:08 PM
var url=gs.getProperty('glide.servlet.uri')+"sp?id=approvals";
template.print("1. "+'<a href=' +url+'>' + "RETIRE " + '</a>');