Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I was just informed in my support case that this is new, expected behavior:"Upon research I was able to find that Marketo will choose IGNORE for all fields that are blocked from list import updates. This is because the field will not be updated from the import so there's no need to map. This is expe...
To rule out permissions problems, I recommend you log into Salesforce using the Marketo sync user's login and try to update that field manually on one or two of those records.
Anyone else seeing list import aliases not working? We're finding that despite having list import aliases in place, none of our field names that rely on them are automapping when we do a list import. For example, the list column name "Lead Source Description" should automap to "Lead Source Descripti...
Thanks Sanford! I was about to post that I'd found something that would work by putting the clickLink munchkin function into the hyperlink's onclick attribute, but I will check out the blog post as I would love to find something universal.
Hi all,I did some testing on our pages and noticed that munchkin doesn't make a Click Link activity for anchor links: for example someone on examplepage.com won't create an activity if they click the link examplepage.com#someID.Is there a simple way to get munchkin to do this?Grant
Try using the URL for a lead in SFDC (without the ID) and then the token. SImilar with SFDC.For example: https://na00.salesforce.com/{{lead.SFDC ID}}Replace "https://na00.salesforce.com/" with whatever the root URL is in your SFDC.I prefer not to link sales reps to the Marketo activity log, because ...
Hi Jessica,That's not really how Salesforce is intended to be used, and I don't know anyone who uses it that way. What you need is a lead lifecycle process such that, when a lead has finished the sales lifecycle, or gone cold, they're removed from being considered active and have the potential to be...
Hi Laticia,Whatever process(es) set the Black Listed field are entirely custom to your Marketo. The system will not email anyone who has Black Listed = true, but there is nothing built into Marketo which changes the value of Black Listed. I recommend going to Admin > Field Management and searching f...
Sanford we only use it for triggers, not batch processes, so the API limit isn't a problem. The same webhook actually runs a variety of logic at the same time, so it needs a little time to process before writing into the Marketo DB. For example it also does some simple math-related tasks that can't ...
Check out related discussion here: Lookup tables Unfortunatley, Marketo doesn't have native lookup table to do what you're asking