Hello,
Looking for any thoughts on the following scenario:
We (unfortunately) allow for multiple users to register under the same email address. This creates an issue when it comes...
Basic question here, but have a Velocity script where the output copy uses '$' to designate dollars. Is there anything special to do so this doesn't break anything?
I've tested and...
Looking for some advice/suggestions here - We utilize custom objects and unfortunately have cases where there can be multiple records of individuals under a single email address Le...
Hello, this might be a very simple question, but running the following personalization script:
##Standard Velocity Date/Time Fields
#set( $defaultTimeZone = $date.getTimeZone().ge...
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!
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...
Hello,Not sure if I am missing something - but I seem to be running into a weird issue. My original script is as follows:
##Standard Velocity Date/Time Fields
#set( $defaultTimeZ...
Hello,
Does anyone have any idea/thoughts on the best way to match/tie records within a Lead across different objects in a way that can be used through Smart Lists without needing ...