Clickable link in Notification

Darlene York
Tera Contributor

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.

DarleneYork_0-1721927526364.png

 

 

2 ACCEPTED SOLUTIONS

AnirudhKumar
Mega Sage
Mega Sage

Use this one please.

${top_task.URI_REF}

View solution in original post

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!👍

View solution in original post

7 REPLIES 7

AnirudhKumar
Mega Sage
Mega Sage

Use this one please.

${top_task.URI_REF}

Anirudh,

Thank you so much, that worked.  Have a nice weekend!

SK Chand Basha
Giga Sage

Hi @Darlene York 

 

Improvement Initiative Number: <a href="${URI_REF}">${top_task.number}</a>

 

Mark it Helpful and Accept Solution!! If this helps you to understand.