Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Alan,Please log a support case, and indicate which templates/ assets you're working on and which browser you're using where this is occurring.Thanks,Kenny
My mistake, Micehlle. I'll edit my comment to prevent confusion.
Hey Michelle,Support isn't universal, but you can append '#page=
Hey Andre,You can insert information like this via custom tokens with the requestCampaign and scheduleCampaign calls: http://developers.marketo.com/documentation/rest/request-campaign/ http://developers.marketo.com/documentation/rest/schedule-campaign/
Hi Anders,This error "20105 - Unknown lead field" indicates that you're submitting a field name which does not have a corresponding API name in Marketo. You can find the full list of valid fields in your Admin>Field Management section, then selecting Export Field Names.
Hi Abdallah,What this error indicates is that when attempting to perform this operation, the sync user does not have the ability to edit either parent object of the Campaign Member, either the parent campaign or the parent lead/contact. Though this can be a result of missing Standard Object Permissi...
I'm currently working on putting a blog post together on using REST to implement external page prefill. I'll try to have it up sometime next week.That said, Jep is not correct regarding prefill with iframes, this solution still functions with forms 2.0, though forms 2 has more sophisticated styling...
Hi Dennis,Yes, it is possible, but it is exceedingly difficult to do with success. A Marketo instance can only sync to a single SFDC instance, but the reverse is not strictly true. I do not recommend this option without exceptional amounts of preparation. If you are sincerely interested in this o...
Hey Ari,It looks like this is an Account field you're trying to write to. Marketo by default does not write to account level fields, so what's probably happening is that the change is pushed up to SFDC from MArketo, then the account's systemmodstamp is updated in SFDC and the change is reverted on ...
Hey Colby,This is usually unrelated to field validation, and is instead related to invalid XML chars. I'd recommend Adding the failed lead to a static list, exporting all columns in the list, and opening the resulting CSV in Notepad++. Set the Encoding menu to UTF-8 and it should highlight any non...