Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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.
Or just doing${customerProfilesList.get(0)}
Doing something like:${customerProfilesList.get(0).fullName}Is still only bringing back the above and not a value.