- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2021 08:39 AM
On our Problem table, we have a notification sent out to the 'Assigned To' user on the Problem. In part of the email (message HTML), we are using ${URI REF}. When clicked, it's taking the agent to their SN Homepage/dashboard instead of taking them directly to the Problem record.
Click here to view Problem: ${URI REF}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2021 11:38 AM
I'm curious, instead of using the ${URI_REF} variable, is there a way to configure a different URL/variable? Someone on another thread mentioned replacing "${URI_REF}" with "<a href="sp?sys_id=${incident.sys_id}&view=sp&id=form&table=incident">${number}</a>" In my case, I would use Problem instead of incident. When I tried this, it didn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2021 11:24 AM
Awesome, glad it's sorted.
However, I would recommended setting it to blank if possible as that's how it is OOB.
Cheers,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2021 11:28 AM
I'll need to determine why we have a value there. Probably a reason why we do 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2021 11:38 AM
I'm curious, instead of using the ${URI_REF} variable, is there a way to configure a different URL/variable? Someone on another thread mentioned replacing "${URI_REF}" with "<a href="sp?sys_id=${incident.sys_id}&view=sp&id=form&table=incident">${number}</a>" In my case, I would use Problem instead of incident. When I tried this, it didn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2021 11:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2021 11:50 AM
Cool. That worked. I might just go that way, instead of changing glide.email.override.url value.