Create multiple hyperlinks for multiple fields for an email notification.

User393503
Tera Expert

There are 2 different fields (short_description) & (project) I want to use hyper links to both. Is there a way to do this without scripting? I tried ${short_description.URI_REF} & {project.URI_REF}. The only hyperlink that populates is 'project'. 

2 REPLIES 2

Jordan Vignoni
Tera Guru

Assuming your notification is on the pm_project table, and you are wanting both to be hyperlinks to the project, you could put ${short_description} and ${number} in the notification, and then create hyperlinks for both with the following URL:

 

/nav_to.do?uri=pm_project.do?sysparm_query=number=${number}

KB18
Tera Guru
Tera Guru

@User393503 

Hi, 

 

Please write email script in the email notification and code to show to hyperlink. it will fulfill your requirement

Please hit the thumb Icon and mark as correct in case I help you with your query!!!
- Kailas