Hi all,

we want to hook up our webforms to map to salesforce cases but this option isn't available. Any plans to integrate this as we want to use salesforce to manage our customer services queues

cheers :)
Ken

Comments

aaronbauman’s picture

I have not tried it, but the Salesforce Webform Lead Form Integration sounds promising for your use. Not sure if it will do Cases as well.

I will let someone else confirm before closing this ticket, but I'm 99% sure there are no plans for any such integration in this module.

Bevan’s picture

Category: feature » support
Status: Active » Fixed

Are Cases a type of SF object? The Salesforce Webform module integrates webform module with this, but since this doesn't support SF types other than 'Campaign', 'Contact', 'Lead', it probably won't help you. See #536388: Support all SF types for more details.

As a workaround for this you can add

$conf['salesforce_api_enabled_objects'] = array('Campaign', 'Contact', 'Lead', 'Case');

to your settings.php file.

andybrace’s picture

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....

Status: Fixed » Closed (fixed)

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