Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
That did the trick. I knew it was going to be something obvious once it was pointed out. Thanks a million.
I created a token based off a prior one that I got help creating, but I keep getting an error with it and I've done all I can to adjust it. The solution is beyond my current knowledge base. I would love some help in understanding what I need to fix to make this token work. We have a custom object th...
I was tasked with creating an anniversary-style email for our members. What I am wanting to do is take the existing lead record field Mbrship Open Date, which is when the member joined and create a token for how many years have passed since then. For example, say your Mbrship Open Date field said 3/...
I can do it as a constraint in my smart list... was just curious if velocity could do it as well.
Just curious about something on this... let's use the balloon rental example from before: #if( !$PartyBalloonRentals__cList.isEmpty() )#foreach( $rental in $PartyBalloonRentals__cList )#if( $rental.RentalID.equals("Roy-Wambsgans-1234") )${rental.Text3}#break#end#end#end If there was another field (d...
So I was able to follow and substitute much of the token values, but I'm stuck on one part #if( !$customList__cList.isEmpty() )#foreach( $rental in $customList__cList )#if( $rental.listID.equals("Referred Members") )${rental.Text3}#break#end#end#end#if( !$rental.Text3.isEmpty() )#set( $reCased = $re...
Thank you so much. Yes... we have custom objects that are called custom lists (not sure why... that was the naming convention when I got here, and I came from a different system, so I assumed that was standard.) by default, our system capitalizes everything. How would I take${rental.Text3}and conve...
It can't pull information from a custom object? This feels very limiting. I don't want it to do anything to the import. What I want is for it to: 1. See a member has this custom object2. The object is a custom list (I'm not sure if this is universal to Marketo or just our instance)3. That list ID ...
Sorry I was not clear. I do not want to change the field values. I was just providing what I had to work with to create the script. I'm not concerned with qualifying for the communication (that is going to be "was added to list today"). I am working on a communication to essentially say "Thank you f...