Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Mihai,I believe that custom object records can only be deleted via the API, not in the interface:Delete Custom Objects » Marketo Developers I recommend investigating that option if you have a developer on staff to help you out.In the future, I also recommend testing only on test leads, that way y...
Hey Ashely,Try these:Set a Hidden Form Field Value - Marketo Docs - Product Docs Set a Form Field as Hidden - Marketo Docs - Product Docs When Marketo switched community platforms a while back the old community links stopped working, so you'll run into that from time to time in old discussions.Grant
Alicia,Are you positive that the report is for the same timeframe in the Setup tab, and that the filters and logic in the report's smart list are identical?Grant
Hey Josh,Could you describe how the form is built? Is it possible that the form is loading on the page after the munchkin script has already executed, at least some of the time (i.e. a racing issue)?
Hi Andrew,Here's a few things to consider:1. Have you considered using the program to sfdc campaign sync, so statuses in the Marketo program sync with those in the SFDC campaign automatically, instead of relying on a separate smart campaign to make the change?2. Did the leads in question not qualify...
Hi Vivian,I'm glad you identified the root cause! For your follow-up question, could clarify what you're trying to do? If you're trying to filter for leads who were created in SFDC and then synced down to Marketo, I recommend using the "Lead Was Created" filter, and add a constraint for "Source Type...
Hi Vivian,It sounds like most likely your Marketo sync user in SFDC doesn't have permission to edit the value of that field. If it's field-level security is set to read-only, then Marketo won't be able to edit the value and will change it back to null to keep it consistent with your CRM.Additionally...
One other thing you could try (apologies if someone already mentioned this) is to go to Marketing Activities, and check your Campaign Queue. If there's a long list of trigger campaigns queued up there, it could be that you're simply trying to use too many of them and the system is getting overwhelme...
Hi Jeff,I'll generally use the Element Inspector to find a class or Id associated with the part of the form I'm looking for, then write some CSS to over-ride the default. Using the element inspector, I see that Marketo form labels have the class "mktoLabel":Based on that, I came up with this:Keep in...