Posted by Bevan on July 31, 2009 at 8:16am
Jump to:
| Project: | Salesforce Suite |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
salesforce_api_fieldmap_objects() supports only 'Campaign', 'Contact', 'Lead' types. SF module should be able to support all SF types.
Comments
#1
As a workaround for this you can add
<?php$conf['salesforce_api_enabled_objects'] = array('Campaign', 'Contact', 'Lead', 'Case');
?>
to your settings.php file, where 'Case', is an additional SF type to support.
#2
Ive just posted a patch that allows administrators to define the Salesforce objects available to Drupal within the admin settings, the patch is here: http://drupal.org/node/476978#comment-1911778
Please have a look, im happy to look at comments / feedback / bugs....
#3
openbook, is this issue duplicate of #476978: Implement "Object Setup" Feature. (I haven't got my head around #476978 yet)
#4
yes. The functionality provided by that patch updates the SF module to support all SF types. Marking as duplicate.