- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Experts.
Currently my approval emails opens in native UI when user click to review the record from email links. How can i configure the links to open SOW instead.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @saint ,
Please refer to this post which has guidance: https://www.servicenow.com/community/incident-management-sow-forum/link-to-workspace-records/m-p/283...
Create a Mail Script
- Navigate to System Notification > Email > Notification Email Scripts.
- Click New.
- Give it a name (e.g., getWorkspaceURL).
- Add the following script (example for Agent Workspace😞
- For Service Operations Workspace (SOW), replace:
with:/now/workspace/agent/record//now/sow/record/
Add the Script to a Notification
- Open your notification: System Notification > Email > Notifications.
- In the Message HTML field, call the mail script:
${mail_script:getWorkspaceURL}✅Alternative (Xanadu Release & Later)
If you're on the Xanadu release, you can use the built‑in ITSM Notifications Redirection plugin
(com.snc.itsm.notifications_redirection), which automatically redirects standard platform URLs to Service Operations Workspace (SOW).
Be sure the following system property is enabled:
sow_email_notification_redirect = trueThis removes the need for a custom mail script.
Johns M P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @saint ,
Please refer to this post which has guidance: https://www.servicenow.com/community/incident-management-sow-forum/link-to-workspace-records/m-p/283...
Create a Mail Script
- Navigate to System Notification > Email > Notification Email Scripts.
- Click New.
- Give it a name (e.g., getWorkspaceURL).
- Add the following script (example for Agent Workspace😞
- For Service Operations Workspace (SOW), replace:
with:/now/workspace/agent/record//now/sow/record/
Add the Script to a Notification
- Open your notification: System Notification > Email > Notifications.
- In the Message HTML field, call the mail script:
${mail_script:getWorkspaceURL}✅Alternative (Xanadu Release & Later)
If you're on the Xanadu release, you can use the built‑in ITSM Notifications Redirection plugin
(com.snc.itsm.notifications_redirection), which automatically redirects standard platform URLs to Service Operations Workspace (SOW).
Be sure the following system property is enabled:
sow_email_notification_redirect = trueThis removes the need for a custom mail script.
Johns M P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
approvers are not agents who require to go to SOW.
Approvers can approve via email or via portal.
it's sufficient for them to use native UI for approval.
Why to complicate?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Thank you for marking my response as helpful.
As per community feature you can mark multiple responses as correct.
💡 If my response helped, please mark it as correct ✅ as well so that this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
