Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Got it, I figured as such that it wouldn't be able to be diagnosed but was curious if anyone had encountered similar issues. I will go back to our data team to double-check if there's any issues there.
Hello all!Have a ticket in with Support but curious on any thoughts on this strange situation. We've got an email that pulls in custom object record data for a certain type of account and had an instance where someone met the criteria (Smart List-wise and Velocity-wise) to receive the email BUT the ...
@Darshil_Shah1 wrote:Well, you've come across a little quirk of how velocity processes boolean values. In short, the problem is that both "1" and "" (empty string) are processed as being a true value in Velocity. Try the below script: #set( $mktoBoolean = { "1" : true, "" : false } )#foreach ($item ...
Ah okay, so in the context of a Velocity script, there's no need to account for a NULL/empty state since it will only reflect a value of TRUE (actually true) or FALSE (actually false or NULL)?
Hello,Curious what I'm missing when it comes to boolean data types in Custom Objects. We're importing through the API into a Boolean data type with a 1 (TRUE) 0 (FALSE) approach. Also noticed it seems if the value is NULL, Marketo calls it "false".With this in mind, why does this not work:#foreach (...
Got it, that makes sense! I will look into that.Thank you again for all your help!
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,Thanks! In our case we have a daily update that data basically pulls from our core platform into Marketo via the API. So, in essence what would occur is that if someone opted out on a global level, we'd pull that down and (ideally) be able to note whom it was and then data run would both set t...
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...
For what it's worth from someone also in the financial industry - here's what I do: 01) Send a single copy to my work email - the Compliance approved version02) Save that in a spreadsheet with the date of send, total sent and delivered, criteria for the list, any exclusions03) I also export lists of...