In some cases, you need to add dymanic URL to Visualforce Email template to Open link regardless of Salesforce Org.
To put URL dynamically use following code:
<a href="{!LEFT($CurrentPage.URL,FIND('/',$CurrentPage.URL,9))}{!relatedTo.Quote__r.id}">{!relatedTo.Quote__r.QuoteNumber}</a>
Interesting
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDelete