Image is linking to create record when notification.

Nataliia_Lova
Tera Guru

Hello, Folks.

 

I am creating a notification will send when new record will submit.

Clicking on an image has to link to the created record.

 

Screenshot 2024-01-09 at 12.39.09.png

What should be writing in URL field?

 

1 ACCEPTED SOLUTION

pethumdesilva
Tera Guru

Hi Natallia,

 

You can use the these "${URI} or ${URI_REF}" parameters to get the current record link, if you want to add image first add the image and then edit the source code and set the above link in image tag,

 

Otherwise create a notification email script with your button and use it in your notification

https://developer.servicenow.com/dev.do#!/learn/learning-plans/utah/new_to_servicenow/app_store_lear...

 

https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/concept/c_...

 

Regards,

Pethum

 

 

 

View solution in original post

1 REPLY 1

pethumdesilva
Tera Guru

Hi Natallia,

 

You can use the these "${URI} or ${URI_REF}" parameters to get the current record link, if you want to add image first add the image and then edit the source code and set the above link in image tag,

 

Otherwise create a notification email script with your button and use it in your notification

https://developer.servicenow.com/dev.do#!/learn/learning-plans/utah/new_to_servicenow/app_store_lear...

 

https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/concept/c_...

 

Regards,

Pethum