Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Yes, every one I ran through has the same issue of not providing a value.
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.