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

Vrushali  Kolte
Mega Sage

Hello @Darlene York ,

 

Can you share some code snippet if possible? also wanted to know from where is it coming?

 

If my answer solves your issue, please mark it as Accepted✔️ & Helpful👍!

Vrushali,

 

The notification is getting its data from the Continual Improvement Management application.

 

Here is the logic on the message

 

Short description: ${short_description}

Priority: ${priority}

Improvement Initiative Summary: ${top_task.short_description}

Improvement Initiative Number: ${top_task.number}

Click here to view the CIM Task: ${URI_REF}

 

Thank you

 

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

Vrushali,

Thank you so much, that worked.  I appreciate your help!

 

Have a nice weekend!