| 1 |
// $Id: README.txt,v 1.3 2007/05/12 12:33:07 victorkanedrupalorg Exp $
|
| 2 |
Salesforce module
|
| 3 |
|
| 4 |
Current Maintainer:
|
| 5 |
Victor Kane (victorkane@drupal.org - http://drupal.org/user/36006 - http://awebfactory.com.ar)
|
| 6 |
Original Creator, Maintainer & Developer:
|
| 7 |
Steve McKenzie (http://drupal.org/user/45890)
|
| 8 |
|
| 9 |
FEATURES
|
| 10 |
Example uses fully tested (currently working with Salesforce API (versions 6 to 9 tested) with Drupal 4.7.x):
|
| 11 |
* Drupal contact form is inserted into Salesforce account as lead.
|
| 12 |
* All new Drupal users are added to Salesforce account as leads.
|
| 13 |
* Drupal user account edits update Salesforce lead data.
|
| 14 |
* GPL licensed converted nusoap library avoids having to use non-GPL Salesforce PHP API.
|
| 15 |
|
| 16 |
INSTALLATION
|
| 17 |
See INSTALLATION.txt
|
| 18 |
|
| 19 |
ROADMAP:
|
| 20 |
* Create usuable 4.7.x and 5.x branches with current functionality
|
| 21 |
* Redesign (including some suggestions of Steve McKenzie's for refactoring).
|
| 22 |
* Extend functionality
|
| 23 |
* Incorporate reuse of and alignment with existing Drupal core and module directions
|
| 24 |
* Guarantee Drupal 6 upgrade path, start branch
|
| 25 |
* Extend functionality
|
| 26 |
|
| 27 |
NOTE: When I first took over this module, Steve McKenzie had written:
|
| 28 |
---
|
| 29 |
this module needs a lot of love.. someone please help maintain it and take over it :P
|
| 30 |
---
|
| 31 |
steve[at]raincitystudios.com
|
| 32 |
---
|
| 33 |
|
| 34 |
I hope to live up to Steve's expectations
|
| 35 |
---
|
| 36 |
victorkane@drupal.org
|
| 37 |
---
|