Just a follow up, but we are deciding to not change the URL field in the Custom Object, so I've gone ahead and used your suggestion and created this:In the Velocity Script:#set($an...
Here's what I came up with that works currently...pending we can manipulate the URL value.Set URL value from Custom Object without https://, so now just www.webroot.com/us/en/cart ...
I must have had a syntax error in that test, I'm assuming...it does seem to be working now. Let me do a few more tests to confirm and also talk with our DB Admin to confirm we can ...
Thanks. I will have to check with our DB Admin to see if they can strip the https:// off of the Custom Object field, but that does work, just tested it.
Actually, we are outputting the same link for 2 pieces of the email. I've only been isolating this button version, but there's also going to be one on a banner image eventually.
No worries, thanks and no rush.I tried a hard-coded version of Custom Object URL value and it worked, but we want to be pulling in that URL field and not hard-coding it.Here's what...