Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I have not seen anyone use XML for this with velocity, but we do not enable the XML tool in Marketo, so I think it would be a similarly tough scenario to JSON.>Does this mean if a Lead has many Opportunities, and those opportunities have many Proposals... is Lead considered top level, and opportunit...
I'd say the best way to do this would be to create custom object records for your promotion, and then refer to fields on these records using velocity script. Based on the pdf, you'd want a record type with approximately these fields:Annual SavingsSeasonal Earnings(you may need four of these if it's...
If I'm understanding you right, then you want to send the first email right away when they fill out the form, and then let the engagement program continue sending the rest of the content on a weekly cadence? If that's the case then you just need to add a send email step for that piece of content in...
Yes you can. You don't need to unapprove first either, just click edit draft, make your changes and approve again when you're satisfied.
Justin Cooperman, this might be worth a look.
I've seen similar things done just by using a text field, and then picking a delimiter and mapping each possible field to a particular array index. So for example, you have these fields in your virtual object:First NameLast NameCompanyYou would then serialize it with your selected delimiter like so...
This isn't something that velocity is good at. What exactly is keeping you from just defining this in your object schema?
altIds is actually for two separate instances. These cases can be complicated, so maybe Andy Zebulske can share what exactly he needs here?
So the visits look to be registering fine. I'd bet on this being a lead association problem. Do you have an example form we could look at?
Could you provide a reference image for what you're trying to do?