Email links to open in workspace rather than native
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 01:24 AM
Hi all
I currently have hyperlinks when cases/incidents are assigned out to engineer within notifications that take the engineer to the relevant tasks when opened.
We have recently migrated to the CSM workspace so wanted to understand how I go about changing them hyperlinks so when they're opened, they take engineers to the task but within the workspace itself?
thanks
Lee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 02:03 AM - edited 10-28-2024 02:08 AM
This post has the solution:
If you are using SOW use this:
var link = gs.getProperty('glide.servlet.uri') + 'now/sow/record/' + current.getTableName() + '/' +current.getUniqueValue() ;
Regards
Paul