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
kevindotcarkevindotcar 

Server name in an email template?

 

I'd like to build a click-through link in an email template, but I can't seem to find the SFDC hostname

 

I tried;

    https://{!Host}/{!myobj.Id}

 

and

    https://{!HostName}/{!myobj.Id}

 

But both didn't work....

 

Any ideas?

 


Thanks

 

Best Answer chosen by Admin (Salesforce Developers) 
kevindotcarkevindotcar

I figured it out...

   {!myObj.Link}