SFDC field not syncing to Marketo | Community
Skip to main content
February 13, 2015
Question

SFDC field not syncing to Marketo

  • February 13, 2015
  • 2 replies
  • 1639 views
Hi there,

I have a SFDC field that isn't syncing over to Marketo. The field is an Account Object field called "Parent Account".

Details are:
Field Label    Parent Account    
Field Name    Parent
Data Type    Hierarchy

I've checked the Marketo Sync user in SFDC and field is visible to Marketo Sync profile. Any other reason why it's not syncing ? Is there a way to get this data in Marketo?

Thanks,
Natalie
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Level 8
February 13, 2015
Have you checked in the Admin section in Marketo to check they're linked up in there also?  

There are some fields which can only be read from Marketo I believe too.
February 13, 2015
Hi Natalie

This is one of the standard fields that we do not sync from SFDC. As this is a lookup field you would only see the 18 Character cross reference ID in marketo (i.e. the Account record ID of the Parent Account in SFDC starting with 001)

If you would like to have the ParentAccount Name displayed in Marketo then you can create a custom field in SFDC to hold the Parent Account Name. You can have the new field as a formula or use a Workflow or Apex Trigger to update this field going forward to ensure it is correct.

To get this information into Marketo you need to make sure that any of the Account Records that have the partent account name get updated as we only sync records over that have been updated. You can use dataloader or the like to do this. You SFDC Admin can help you with this. You only need to make sure the Timestamp is updated you dont actually need to change any information on the record so doing an update with just the record ID's usually is sufficient.

Thanks
Damien
 
May 29, 2016

Is this why we would be showing ID number in place of the actual account name in the opportunity influence analyzer dropdown field?