Hello, this might be a very simple question, but running the following personalization script:
##Standard Velocity Date/Time Fields
#set( $defaultTimeZone = $date.getTimeZone().ge...
Got it - makes sense in context. In this case though I'm trying to output the URL from a custom object field so there's potentially x number of records in the object and each URL w...
Hello all, not sure if I am crazy or doing something wrong - but running into issues when using a #foreach script with the end result being a URL. Here's my basic test case:
##S...
Hello,
That is exactly what I was trying to double-check. I wasn't sure if when someone clicked a link tied to a script that had specific date parameters if it would re-run/check t...
Hello!
Two questions regarding using velocity and pulling in URLs from custom objects fields:1) I was curious how timed content from a velocity script acts once it hits the inbox. ...
Long story short we're revising our branding and templates and I'm running into a weird issue. When I preview an email with the standard Email Preview tool, my mobile version has t...
Hello,Just curious if there's any drawbacks/issues with using #break in a script? For reference here is my script use case:
#foreach ($item in $customerProfilesList )
#if ( ( $ite...