Salesforce Accounts modules does not import mulipicklists
tom friedhof - March 18, 2008 - 18:21
| Project: | Salesforce |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
When importing the SF object to a node type, the multipicklists do not get imported into Drupal because the field type is missing from the $field_type_params array that maps the SF object field to the cck node field. I'm currently adding to this capability to the module to allow multi select fields with all the options importing in. Has anyone already addressed this so I'm not duplicating any efforts?
Tom Friedhof

#1
Here is a patch to allow the salesforce_account module to pull in multipicklists and save the data back to SFDC in the put object data method.