Today, I was reading up on what the Plone community has done with integrating their CMS with Salesforce.com. I am thinking that this might be a good model for how we can do it with Drupal, but that's a subject for another post.
(from Plone/SF Integration group)
There's a good overview of the integration on the developerforce wiki. There are 5 components to the integration:
- a couple of toolkits that provide the basic back-and-forth between Plone and Salesforce.com (they talk to Python and Zope)
- an auth plug-in that allows for Salesforce.com objects to be Plone users, credential checking, caching of user data, and syncing of data from Salesforce.com and Plone
- an integration of PloneFormGen with Salesforce.com for web-to-lead forms, etc.
- an event management product that connects with Salesforce.com
- A PayPal integration product


Comments
Like everything in Drupal
Like everything in Drupal land, there is code for that... though the quality varies widely.
The most recent update of the salesforce module was in late February and looks like Chapter Three is taking the lead on that... it used to be Trellon, but I don't think they ever got their code in a reusable format... just for client sites.
With joshk as the maintainer, the quality should be better than average.
The drupal working group for CRM integrations is here:
http://groups.drupal.org/enterprise-crm-integration
The Salesforce module is here:
http://drupal.org/project/salesforce
And the devil is probably keeping up with the Salesforce API... most of these intergation modules get built for a single client as a point solution and the module is not really maintained robustly over the various drupal version and salesforce api changes. But as long as folks want to fund it/ work on it, there will always be a good solution.
Michelle- We spent a lot
Michelle-
We spent a lot of effort to make the Plone/Salesforce integration products completely agnostic about your Salesforce.com data structures. Simply put: we don't make any assumptions about how you're modeling your data, we just let you grab it as you need to.
Michelle, Hopefully after
Michelle,
Hopefully after the demo at the Plone booth in the NTC Science Fair you got a good taste of the Plone-salesforce.com integration! Also, we posted the slides from our talk on the integration here: http://www.slideshare.net/jonstahl/an-open-civic-engagement-platform-plo...
We're working on some additional documentation and screencasts as well as a distribution of Plone that includes the salesforce.com integration ready to go! Look for that shortly.
Cheers,
Chris
[...] applications. I’ve
[...] applications. I’ve already talked on this blog about Salesforce integration with Drupal, Plone, and others. Today I’m going to delve into Salesforce-based CMS systems – systems built [...]
Leave a comment