Closed (fixed)
Project:
Salesforce Suite
Version:
7.x-2.x-dev
Component:
sf_entity
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2011 at 03:03 UTC
Updated:
10 Dec 2012 at 16:14 UTC
Create a term reference field export/import handler
Comments
Comment #1
EvanDonovan commentedCommitted: 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.
Comment #3
Fixdit commentedI 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,
Comment #4
kostajh commented