- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 02:25 AM
Hi Community,
Wondering if its possible when opening a link on an email notification for example take me to the incident it can be opened in the service operations workspace incident form view instead of the back end view or maybe an alternative to ${URI_REF} to add to the email notification?
Many thanks,
Alex
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 04:52 AM
This post will probably help.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 04:52 AM
This post will probably help.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 01:42 AM
Thanks @Mark Manders worked perfectly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 07:53 AM
Hi @Alex Saager1 ,
you may change the code in the sys_email_script(sys_script_email_f25bc270d711120035ae23c7ce610323) and try assigning link variable value as below
var link = gs.getProperty('glide.servlet.uri') + 'now/sow/record/' + current.getTableName() + '/' +current.getUniqueValue() ;
Please mark it helpful if it answers your query.
Thanks,
Haseeb Ahmed