
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 09:42 AM
I'm trying to add a LINK to RITM inside of my email notification. I tried the following but it does not work.
${sysapproval.URI_REF}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 10:10 AM
Hi Claudia,
If the RITM that you are trying to use in this notification is a Parent of the task on this custom table, then ${parent.URI_REF} should work.
Regards
Supriya Bisht

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 09:46 AM
Hi Claudia,
On possible cause: Has someone set the "Display" checkbox on the caller_id field in the Dictionary to true? If so, change it back to false (unchecked).
Thanks,
Jaspal Singh
Hit Like or Correct on the impact of response.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 09:57 AM
what do you mean? where is display? Do you have a picture?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 09:49 AM
Hi Claudia,
On which table is this notification created?
If it's created on the sc_req_item table, you should use ${URI_REF} but if it's created on the sysapproval_approver table you should use ${sysapproval.URI} to get the embedded link.
PS: Mark this answer as Correct if it solved your query or hit Like/Helpful depending upon the usefulness of the response.
Regards
Supriya Bisht

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 09:58 AM