How to add Hyperlink or current record link in email notification subject?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 06:34 AM
Hi Team,
I need to add current record link email subject line of a notification.
In the email body i am using ${URI_REF}, But when i used the same in subject it is not showing the record number as Hyperlink.
Instead it's showing the whole url.
How can i add record link in subject ?
Thanks in advance,
Hari Kishan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 06:53 AM - edited 11-29-2023 06:55 AM
HI @HARI KISHAN GVS ,
I don't think we can add record with link using $(URI_REF) in the subject link because subject field is string type not the html_script type same as message body field.
Use the ${number} in subject link, you can check if any of OOTB email notification has ${URI} or ${URI_REF} or not.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution