Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 would be different - well at least a different query at the end. Technically it should only find one relevant URL per the...
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: ##Standard Velocity Date/Time Fields#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/Chicago") )#set( $defa...
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 the scripting on load. Let's say promo runs from 6/1-6/5. Email goes out on 6/1, but recipient doesn't click the link unti...
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. For example, if I have a script that "shows X URL for the next 15 days" - once it is in someone's inbox I am assuming tha...
Thank you for the in-depth answer! This is helpful!
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 the bottom scrollbar and is not responsive to the width of the phone visualizer.Where it gets quirky is that we also use ...
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 ( ( $item.age <=15 && $item.age >=13 ) && ( $item.membershipStatus.equals("Member") ) && ($item.financialEducationSOAREXPLORERGrad...
Correct - either I did something wrong or there's something weird with this record:Here's the output of doing ${customerProfilesList.get( ).field for every field and index 0-5 (should have been 4)${customerProfilesList.get(0).addressStringForProspect} ${customerProfilesList.get(0).corporatePartnerRe...
Yes, every one I ran through has the same issue of not providing a value.