Create multiple hyperlinks for multiple fields for an email notification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 08:32 AM
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'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 05:48 PM
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}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 01:32 AM
Hi,
Please write email script in the email notification and code to show to hyperlink. it will fulfill your requirement
- Kailas