Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@mnealer please return to your thread and check responses.
@hcoleman please return to your thread and check responses.
@Mx_Braze please return to your thread and check responses.
You should still see the Custom Objects tab. Tell us about this Customer ID field you used as the Link field. It’s a lead (person) field?
In my experience, adding the 'load' event listener with a nested 'ready' function has worked to get scripts to run within the context of the LP editor so that's why there's kind of redundant layers of loading going on there. Oof, that looks terrible. 🙂 Can you post an example where typical DOMConte...
Did you set the CO to be visible in the lead UI? That’s a setting in Admin » Marketo Custom Objects »
Please use the syntax highlighter when inserting code so it’s readable. I edited your post this time. The output you’re showing is what happens if there’s no data for that person. (Velocity’s fallback when a reference is null, or certain types of errors, is to just print the original code.) Always s...
Yes, that's expected. The good thing about COs, unlike Person fields, is you can delete them completely. So you can tweak your setup infinitely during development.
OK, I edited your post for you, but please use the highlighter next time. Anyway, much as I love Velocity, don’t actually understand why you’re using it here. “Print the field value if it’s not empty, otherwise don’t print anything” is how regular old {{lead.tokens}} work. {{lead.Titled Vehicle Cont...
Import using either the UI or API. Then output using Velocity (Email Script) {{my.tokens}}.