- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 10:12 AM
Hello,
I am trying to put a clickable link in a Continual Improvement notification.
I can get the CIM task to be clickable by using ${URI_REF}
But I can get the Improvement Initiative Number to hyperlink. I tried ${sn_cim_register.URI_REF} and ${sn_cim_register_id.URI_REF} neither worked.
Any ideas? Thank you in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 02:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 09:47 PM
Hello @Darlene York , thanks for the reply.
You can try to give it like -
//The sytax is
<reference_field_name>.URI_REF
//In your case -
${top_task.URI_REF}
If my answer solves your issue, please mark it as Accepted✔️ & Helpful!👍

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 02:55 PM
Use this one please.
${top_task.URI_REF}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 04:33 AM
Anirudh,
Thank you so much, that worked. Have a nice weekend!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 10:33 PM
Improvement Initiative Number: <a href="${URI_REF}">${top_task.number}</a>
Mark it Helpful and Accept Solution!! If this helps you to understand.