Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I've done everything you suggested. The email Preview-by-List view does not populate the token. And just after I felt soooo close. Bummer. Is this an indication of the VTL being broken somewhere or what could be causing this?
Got it. I think. This now has the first set of conditions wrapped per product for an isEmpty() check. Then following the Calendar creation and guard I then transition into the #if( $lead.ProductXSubscribed.equals("") ) check to send that appropriate messaging.This image transition from Product 8 int...
So this issue has been resolved. I just updated all {{system.date}} flow steps in entire instance with {{system.dateTime}} so the times will all match in the daily CRM-Marketo sync.Yes. But you should also wrap the first set of conditions in a not-equals checkThis image is the snapshot of the transi...
I don't understand the question...In the 'Product X Subscribed Date' and 'Product X Canceled Date' custom fields I created I populated that value with {{system.date}} rather than {{system.dateTime}} and I was wondering if that mattered in this particular case.only you'd use getHours() instead of get...
In other words use only Product X Subscribed = "".Will DateTime recognize system.date since that is the field I created? And the blog post touches on coding scenarios different than this particular one. The TimeZone one is closest but still not interchangeable.
The past 24 hours because these 'statuses' change in the CRM and there's only a single daily sync to Marketo. Obviously causing all DateTime/system.dates to match for that day regardless of when it really took place. Therefore all 'Data Value Change' triggers fire at the sync - so I typically just b...
Based on the fields I have am I able to create more advanced Velocity code required to "welcome" those that became true during the past day? If so, how?
Thanks for following up because I read your blog post several times and realized I don't know near enough yet to proceed. So thank you for not abandoning me. This is an invaluable lesson and experience to add to my skill set.But if you're not also updating the DateTime when someone flips to false, ...
Right. I see. Well, we may be okay then - Thanks to Jay back when I created my dynamic programs - he advised the DateTime approach so I did, in fact, add a custom field "Product X Subscribed Date" to go along with the boolean T/F. I used {{system.date}} simply because our CRM to Marketo sync is a on...
Got it. I figured it would have to be but I made it way more difficult than I needed to. After seeing this and having that "click" moment really makes re-reading your blog posts actually seem like English. This is very, very cool and skill and knowledge I will continue to to explore and sharpen. Now...