function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Zoren DomingoZoren Domingo 

Email Template Hyperlink

Hi,

I need to make the {!Opportunity.Name} a hyperlink to the record. How to accomplish this?


User-added image
Suraj GharatSuraj Gharat
You may use below markup
<a href="{!Opportunity.Link}">{!Opportunity.Name}</a>