Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
In Salesforce I have a lookup from Account to User representing the service lead for an Account. I want to sync the User object through that lookup relationship into Marketo. I have provided all the necessary permissions for our sync/integration user, but the field and object doesn't show up under "...
Grégoire Michel Thanks for the reply. I was able to resolve this by adding a custom foreign key in Salesforce on Contact and using that field as the link field for custom object.The limitation Marketo has with the "Salesforce Object Sync" is that you can't use the already synced standard Salesforce...
I should have stated that the source of the custom objects is Salesforce. The native Salesforce-Marketo custom object sync doesn't support what I need so I'll building a custom integration populating a Marketo Custom Object with the Salesforce data. I can easily get the Salesforce record Id field in...
I'm creating a Custom Object in Marketo and want the custom objects to be associated to the Marketo Person/Lead. I would like to link this custom object to the Person/Lead using the "SFDC Id" field which is a GUID from Salesforce. The SFDC Id field is available and accurately populated with the Sale...
Hi Veronica Holmes. I was able to get 2nd level custom objects synced. It was a field level permission issue that was not allowing the 2nd level object to be synced. Thanks for the follow up.
Thanks Grégoire Michel. Looking around it seems that a 2nd level object isn't recommended due to Velocity Script integration issues, but is otherwise supported. If my goal is to sync this 2nd level Salesforce object to Marketo with as little additional modification and effort and I only plan to fil...
I'm trying to sync a custom object in Salesforce to Marketo that has a custom junction/MtM object in between it and the Contact but the object isn't available in the list of objects to sync. The entity relationship looks like this: Contact < MtM__c > Membership__c. This can be read as as "a Contact ...
I'm building a custom integration from Marketo to Salesforce using WebHooks and I'd like to populate a Salesforce field with the date or datetime that the WebHook is executed. I see that there is a system datetime token {{system.dateTime}} but that format is "yyyy-MM-dd hh:mm:ss" and Salesforce requ...
I'm building out a custom integration passing data from Marketo to a Salesforce custom object using Marketo WebHooks and Salesforce's REST API. I've successfully built the integration but want to add a small amount of error handling by capturing the HTTP Response Code from the WebHook call out. I ca...