Mapping a field to SFDC that was created in Marketo First | Community
Skip to main content
September 12, 2013
Solved

Mapping a field to SFDC that was created in Marketo First

  • September 12, 2013
  • 3 replies
  • 1401 views
For some reason, I realized that the comments box from our web forms labeled "Website Email Comments:" were not mapped into SFDC. I created a new field in SFDC, but how do I now map it? I know that the sync works from SFDC > Marketo. How do you do it backwards?

Thanks
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
Ben,

What you can do is create a similarly named field in Salesforce (e.g. Form Comments), wait for it to sync, and then use a Change Data Value to map the contents over.

Something like:

Smart List: (Filter) Website/Form Comments is not empty
Change Data Value: Field: Form Comments, New Value: {{lead.Website/Form Comments}}
Run Once

Then start using the Salesforce-synced field instead. Or if you have to keep using the old one, create a trigger campaign like the one above to map the data values from the Marketo field to the SFDC/MKTO joint field.



3 replies

September 12, 2013
From what i was told, you can only Map fields correctly if the field is created in SFDC first and brought into Marketo via the Marketo user you created. So sadly SFDC has to have the field first. 
Accepted solution
September 12, 2013
Ben,

What you can do is create a similarly named field in Salesforce (e.g. Form Comments), wait for it to sync, and then use a Change Data Value to map the contents over.

Something like:

Smart List: (Filter) Website/Form Comments is not empty
Change Data Value: Field: Form Comments, New Value: {{lead.Website/Form Comments}}
Run Once

Then start using the Salesforce-synced field instead. Or if you have to keep using the old one, create a trigger campaign like the one above to map the data values from the Marketo field to the SFDC/MKTO joint field.



September 12, 2013
Jason,

That's brilliant!

Thanks!