Hello, when creating a notification from a workflow I can use {entity} to reference the current entity.
How can I do this from an email template?
I've even tried using a link < a href="Good.ID">{Good.Name}< /a>. This gives me the correct name but not the ID, which stays as {good.ID} in href:
Thank you.
How can I do this from an email template?
I've even tried using a link < a href="Good.ID">{Good.Name}< /a>. This gives me the correct name but not the ID, which stays as {good.ID} in href:
Code:
<a href="https://crm.mycrm.com/#Good/view/%7BNotificacion.ID%7D">GOOD 2020-0001</a>
Comment