Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Or just doing${customerProfilesList.get(0)}
Doing something like:${customerProfilesList.get(0).fullName}Is still only bringing back the above and not a value.
Marketo - we do not (currently) use SDFC.
Hmm interesting, so if I pull that on the CO with one record it pulls correctly:But when I run it one the Lead with multiple records, I just get the below - doesn't even print the raw output ${customerProfilesList} Seems like it only occurs on some - here's one where multiple records render corre...
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....
Sort of, the issue isn't necessarily looking for applicable people as much as an individual record within a Lead. Our institution allows for multiple records to exist under a single email address so it might look like this:Email AddressNameIDbob@gmail.comBob123bob@gmail.comSusan123 So the issue is t...
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 to be specific to the exact record?For example:Object NamePerson APerson BPerson CCustomer DetailsBobSusanBillAccountsSav...
Thanks! Figured as so, but wanted to validate just in case I was missing something obvious. Would probably have to be done through an API call.
Hello!I'm 99% sure it's not possible - but I was curious if within the Marketo UI there was ANY way to view a data value change to a custom object field?A lot of our campaigns run off these changes and I'm hoping there's a workaround, so I don't have to bother our data team with validating lists 🙂