Support all SF types

Bevan - July 31, 2009 - 08:16
Project:Salesforce
Version:6.x-2.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:duplicate
Description

salesforce_api_fieldmap_objects() supports only 'Campaign', 'Contact', 'Lead' types. SF module should be able to support all SF types.

#1

Bevan - July 31, 2009 - 08:19

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

openbook - August 11, 2009 - 16:18

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

Bevan - August 12, 2009 - 02:25

openbook, is this issue duplicate of #476978: Implement "Object Setup" Feature. (I haven't got my head around #476978 yet)

#4

openbook - August 12, 2009 - 09:28
Status:needs work» duplicate

yes. The functionality provided by that patch updates the SF module to support all SF types. Marking as duplicate.

 
 

Drupal is a registered trademark of Dries Buytaert.