- 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:06 AM
Yes, that works. Since this is an OOB variable, can this be checked/updated somewhere in SN?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2021 11:08 AM
Hey, MStritt can you check the sys_property:
glide.email.override.url
Sets the URL to use in emailed links in place of the instance URL. The URL should end with nav_to.do. An example value is: https://servicenow.customerdomain.com/production/nav_to.do.
Type: string
Default value: Instance URL
Location: Add the property to the System Property [sys_properties] table.
I just checked on my OOB the instance and it's empty, do you have anything in that?
Cheers,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2021 11:17 AM
I do. In our DEV instance, we have https://OUR DEV INSTANCE.service-now.com/. Maybe I need to add nav_to.do after .com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2021 11:18 AM
Judging from the notes above, if you just leave it blank, it should pull through your instance information correctly anyway.
Give it a go and let me know.
Cheers,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2021 11:21 AM
I did add nav_to.do at the end of the value, and it did take me to the problem record from the link.