Synching blank values from Salesforce to Marketo - overwriting existing data | Community
Skip to main content
Level 2
May 9, 2014
Solved

Synching blank values from Salesforce to Marketo - overwriting existing data

  • May 9, 2014
  • 2 replies
  • 1360 views
We are synching some data from Salesforce to Marketo using a custom integration through API calls.

Example:

we have a phone extension field on our User table in SFDC.  If we add a value to this field, or change the value in this field, the data synchs to Marketo via a syncmultipleleads api call just fine.  However, if we blank out an existing value in SFDC, the field remains unchanged in Marketo.

is there a specific method that is recommended to pass along a blank value from SDFC that overwrites a populated value 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 Kenny_Elkington
Hey Scott,

You will need to pass 'NULL' to blank a value with this method.

2 replies

Kenny_Elkington
Adobe Employee
Kenny_ElkingtonAdobe EmployeeAccepted solution
Adobe Employee
May 9, 2014
Hey Scott,

You will need to pass 'NULL' to blank a value with this method.
Level 2
May 9, 2014
That did the trick.  Thanks for the assistance!