Hello,

I've tried to read all the past support requests, but I'm having a hard time grokking what does/doesn't work. All I need is a pretty basic integration: Users registering on the Drupal site should have their info pipped into Salesforce. Will the current dev versions handle this? It would be a shame if this issue kept me from using Drupal...

Thanks,
M

Comments

aaronbauman’s picture

sf_user provides this functionality, but afaik does not automate the export/import process.

Install salesforce module and enable salesforce_api and sf_user.
You'll see a SalesForce tab on your /user/% page(s).
This tab will provide the export/import functionality you're looking for, but, like i said, doesn't automate it.

There's a feature request in for this, #411060: sf_node and sf_user need import/export functions for more cck field types., and I agree that it's pretty essential for the usefulness of this module.

aaronbauman’s picture

Status: Active » Closed (fixed)

al.ex found a great solution that will leverage the node synchronization and User / Contact records:
use content_profile (or a module of your choice that implements user data as node).
From there, you can set up a mapping between your profile node and SalesForce Contact record,
and walla, you've got your integration done without any coding and minimal headache.

micheleannj’s picture

Thanks! I'll check out both solutions ....

aaronbauman’s picture

Status: Closed (fixed) » Postponed

On second thought, i don't think this is closed.
I'm marking this postponed, pending the issue mentioned above, #411060: sf_node and sf_user need import/export functions for more cck field types.

Bevan’s picture

Status: Postponed » Fixed

Let's track that issue in just one place.

Status: Fixed » Closed (fixed)

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