How to Sync Salesforce lookup fields in Marketo | Community
Skip to main content
Level 2
March 3, 2023
Solved

How to Sync Salesforce lookup fields in Marketo

  • March 3, 2023
  • 2 replies
  • 2601 views

 I'm new to Marketo and am still learning the ropes. Is there a document or article available that explains how to sync Salesforce lookup fields in Marketo? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Vinay_Kumar

Well, formula field updates on the lookup field don't trigger a sync, and if you want the values to sync then you need to:

1. create an apex trigger to stamp the values

or

2. create a process using process builder.  

2 replies

Vinay_Kumar
Community Advisor
Community Advisor
March 3, 2023
Level 2
March 24, 2023

Thanks Vinay for sharing the link, the first option will suffice our need to create a formula field, but in our case the data is going to change so how to handle that scenario?

Vinay_Kumar
Community Advisor
Vinay_KumarCommunity AdvisorAccepted solution
Community Advisor
March 27, 2023

Well, formula field updates on the lookup field don't trigger a sync, and if you want the values to sync then you need to:

1. create an apex trigger to stamp the values

or

2. create a process using process builder.  

Darshil_Shah1
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
March 3, 2023

Updates on the lookup field don't trigger a sync, so you'd want an automation in place in SFDC that'd update a non-lookup custom field with its value that'd trigger the sync.