Best way to display a URL field from an Opportunity in an email?
I have an email where I need to display a URL that is stored in a field on the Opportunity. I successfully wrote a Velocity script that populates a token with this field from the most recent active opportunity. However, I am running into the same problem that this post discusses. Because the field is a URL, the email script is not always compiling. I was seeing the issue in about 50% of clicks, that the link actually shows as the script itself. At first I wanted to solve it by transferring the field from the opportunity to the person whenever the field was updated. But that did not work.
Summary: I am pulling a URL from an opportunity using a script token. I use it in an email link like this: {{my.scripttoken}}. Tracking the link breaks how this URL is shown in the actual email. Any suggestions?