Create a workflow in SFDC to push the relevant data to custom fields on the Lead/Contact Objects. You can use those fields as tokens.Marketo does sync the User object, but - as you...
Cathal: that is a great solution, thanks.I did test my earlier statement, and it was not correct. Boolean is indeed stored as 0 and 1. The only situation where I saw it being expor...
Use the SOAP API call getLeadChanges() as documented in out API docs, which are attached to this page:https://community.marketo.com/MarketoArticle?id=kA050000000Kyr5CAC. You have t...
Use a text field instead of a boolean. The boolean field will contain the value that was entered, which could be either true/false, yes/no or 0/1. So if you upload a list with true...
I think the key is that you shouldn't be pre-filling the landing page, so remove the munchkin from the landing page (it's a PHP include in the landing page template). The token app...
Great solution Elliott, that should work.I would also consider the simple solution of printing out both Company and Inferred Company fields in the email alert. This will give the s...
Actually, you don't even have to open the editor.In the Marketo UI, select the form and look at the URL: it should be of the format https://app-x.marketo.com/#FO8B2ZN12. Behind the...