It’s a general requirement in CRM to place Record URL in Email templates to send notifications to users/clients.
There is no OOB way to achieve this but can be achievable with below steps:
1. Create a custom string (250) field “new_recordurl” (Record URL) in an entity
2. Write a Sync workflow on creation of entity
3. Update the “Record URL” field as below with Anchor tag, Give HRef as below:
href=”{Record URL(Dynamic)(Support Ticket)}”
4. Create an Email template, insert “Record URL” field in Email template description

Hope this helps someone

Like
Report
*This post is locked for comments