Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello!I know there's been a million threads about doing an automated yearly birthday email - and I've read through a bunch of them, but I haven't seen a lot of detail on how to integrate the birth date being on a Custom Objects record.I understand the general principal, but am stuck on two points:1)...
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 to opting out of communications. Since Unsubscribe is at the Lead-level and Custom Object data can really only be altered...
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 it seems to work, but I know in Velocity that designates a variable so want to ensure it is just straight text and doesn...
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 Lead. We also tend to send a hefty number of trigger and batch emails based off of met criteria. Our current communication...
Hello, this might be a very simple question, but running the following personalization script: ##Standard Velocity Date/Time Fields#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/Chicago") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#set( $ret = ...
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!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...
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...
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( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/Chicago") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date....