Here is a more complete explanation that I posted in another thread:It's likely that the Record Type ID is not a valid record type for the particular object which is being synched....
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 con...
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,...
Hey Kyle,It's not built in, but you can use the following code snippet to navigate in the top or parent page:<script>
MktoForms2.whenReady(function (form){
form.onSuccess(function ...
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. Th...