Hello Team,
Is there way to block First & Last Name field values being synced from Marketo to CRM (Salesforce).
As far as investigated, wonder to see no option to do it from Marketo end. I might have missed something. Please let me know if this can be achieved through Marketo or from CRM end.
-Anand
Solved! Go to Solution.
Hi Anand,
You can do this in SFDC, restricting the rights of the Marketo user to update these fields. You can do this on the contact object, but not on the lead object, as you would not be able to push new leads to SFDC.
Another way is to use dummy fields to store SFDC values each time the data is changed from SFDC and restore these values each time a change occurs from another source. For this, you will need to use the "Data Value Changes" trigger with a "Source" constraint, and some "Change data value" flow steps.
-Greg
Hi Anand,
You can do this in SFDC, restricting the rights of the Marketo user to update these fields. You can do this on the contact object, but not on the lead object, as you would not be able to push new leads to SFDC.
Another way is to use dummy fields to store SFDC values each time the data is changed from SFDC and restore these values each time a change occurs from another source. For this, you will need to use the "Data Value Changes" trigger with a "Source" constraint, and some "Change data value" flow steps.
-Greg