Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Well you need Munchkin to initialize and pass the MunchkinId and wsInfo arguments into the function in order for the munchkinFunction to call to the correct URL.
Hey Christina,The purpose of the transition rule is to set-up triggers for inbound movement into the stream, not outbound movement. Essentially you're trying to define a set of conditions where you want to the lead to move into this stream, not moving out of it, which is why the filter is included ...
Hey Grant,Munchkin functions execute asynchronously, so what's occurring with your code example is that before Munchkin.init can execute fully, associateLead is attempting to fire, causing it to fail. It's typically best to pass the associateLead function into your login followup page, or in via aj...
Hey Grant,Could you please log a support ticket so that we can take a closer look at this?
Hey Kyle,It's not built in, but you can use the following code snippet to navigate in the top or parent page:
Hey Jeff,You can pass the string 'NULL' and it should blank the field.
Hi Chris,I would recommend that you make these changes on the CRM side, rather than in Marketo.
Hi Grant,When I referred to devtools, I mean the tools included in browsers for web developers. You can access these by pressing F12 on windows or through the Tools menu on Mac. This should bring up a docked window with several options including Network which allows you to monitor all of the http ...
Hey Grant,Can you take a screenshot of your devtools network tab?
Josh is correct, it will not throw an error if the field is blocked from updates.