Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
thanks @Phillip_Wild - to confirm you can have nested event programs:But what you seemingly can't do is clone an existing event program to be a child program:This feels like an oversight as it means having to create all of your child program assets again (e.g. reminder emails, thank you emails, remi...
@Benjamin_Murra1 - I don't suppose you have any info on this? I'd like to use a cloned program as a child program but seemingly can't do this via UI or API - This really negates any benefit of this feature as means you have to create all of your child program assets from scratch/or clone them in 1 ...
HiAlthough you can have an Event Programs with child event programs, I'm looking to clone some existing event programs to be child programs, but it doesn't seem to be possible - you can only clone to an Engagement Program or a Campaign folder (not another event Program) Can anybody confirm if there ...
Hi - your problem seems to be the
Hi Sophie - you may want to look into the use of a 3rd Party tool for this, we use RingLead but sure there are many others out there. This will give you much more control over how you convert your leads.
Hi I've seen a few discussions on this but couldn't find an answer. For our last email send we saw a large number of 'Malformed links' in the email link performance report We're using Velocity to output the links based on @SanfordWhiteman code to get around the tracking bugThis has always worked wel...
Hi, can anybody ( @SanfordWhiteman ) help me with escaping double quotes in a Velocity. I have a value that contains some HTML that I'd like to output e.g. I want to output the body_copy value so it contains hyperlinked text (aware I'll probably need to add mktNoTrack to this so it works)Have tried ...
Firstly, make sure you have checked off your lead.storeNumber field from the tree on the right-hand side. But as Sanford says, and he's always right on these things, easier to use a list and see if it contains the value e.g. #set($store = $lead.storeNumber )#set($storeList = [ "100","102","103","104...
Going to try and beat @SanfordWhiteman to this one, but this should do it rather than the for loop.$display.list($productsValues, ", ", " and ") Sure Sanford has feedback on how do do all of this more succinctly though.