Create a term reference field export/import handler

Comments

EvanDonovan’s picture

Status: Active » Fixed

Committed: http://drupalcode.org/project/salesforce.git/commit/d8fec44

I had to change the function signature of salesforce_api_get_id_with_sfid() for this to work, and add a case statement that would negotiate between the different FieldAPI field handlers by field type.

I should have fixed the user & node reference import handlers at this time too, but haven't tested them.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Fixdit’s picture

Category: feature » bug
Priority: Normal » Major
Status: Closed (fixed) » Active

I have a number of fields attached to a content type using Term reference data type, ready to be mapped to a Sales force object. When a new node is created fields using Term reference to export their data to Salesforce don't work and this error is flagged up:
"Notice: Undefined index: en in _sf_entity_export_termreference() (line 1315 of /modules/contrib/salesforce/sf_entity/sf_entity.module)."

Is this related?

Many thanks in advance,

kostajh’s picture

Status: Active » Closed (fixed)