Problem/Motivation
I was stuck trying to get links between objects/nodes uploaded to Salesforce. After some investigation I found out that Entity Reference isn't supported, and that I must use Node Reference.
Proposed resolution
Can we document this somewhere, or provide an error message when this field type is found? I think it will be best to support Entity Reference as it seems to be replacing Node Reference. The current work-around is to use Node Reference.
Remaining tasks
Discussion
Comments
Comment #1
kostajh commentedPatches welcome! Thanks for filing the issue. Relevant function is sf_entity_fieldmap_objects() in sf_entity.module
Comment #2
kostajh commentedComment #2.0
kostajh commentedUpdate