Salesforce Webform Data Integration 2.x and 3.x port to Drupal 7.

CommentFileSizeAuthor
#14 salesforcewebform.tar_.gz16.99 KBbotris

Comments

dwkitchen’s picture

+1

scott m. sanders’s picture

Issue tags: +#D7

+2

cwightrun’s picture

+3

Ivan Ottinger’s picture

+4

Anonymous’s picture

+5

jmones’s picture

+6

rakun’s picture

+7

boychev’s picture

+8

tars16’s picture

Any idea when/if this might happen?

R-H’s picture

+9

R-H’s picture

I'm willing to pay you to complete the port D7. Please contact me.

botris’s picture

+ 10

Firetracker’s picture

Hi,

Any news on whether this will be available for Drupal 7?

Cheers
Zap

botris’s picture

Title: Salesforce Webform Data Integration 2.x and 3.x port to Drupal 7. » Salesforce Webform Data Integration 3.x port to Drupal 7.
Version: 6.x-2.x-dev » 6.x-3.x-dev
StatusFileSize
new16.99 KB

I've made the first attempt for a Drupal 7 version.
This is really meant as an starter point to improve on.
I've taken the Drupal 6 version, run it through Coder and made some adjustments to salesforcewebform.module.
For anyone wanting to improve on the code, I've commented all the parts I've adjusted with //D7...

What works (for me):

  • Finding available SalesForce objects
  • Matching webform fields to SalesForce lead object fields
  • Exporting data to SalesForce leads

What does not work:

  • The other modules (contact, lead_event, and so on)
  • Autocreation of fields

Untested:

  • Install / uninstall (I tested on an upgraded D6 database)

I've only done the work that's needed for a Drupal upgrade (6 to 7) project I'm currently working on, I currently don't have the time for any additional feature requests. But if you have any support questions regarding this functionality, just ask.
In summary, if you only want to automatically export your webform submit data to SalesForce leads then you should be able to do that.
Btw, I'm working with the 7.x-2.x-dev version of the Salesforce suite. Please get that up and running before doing anything else.