Closed (duplicate)
Project:
Salesforce Suite
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2009 at 15:45 UTC
Updated:
23 Sep 2009 at 18:42 UTC
I am working with an operation workflow that involves a website communicating with sf directly to create new rows in a user table, and actual users signing up through a Drupal website. Is it possible during, saying, administration approval of pending new user accounts, to associate the Drupal user with an existing object in sf?
Comments
Comment #1
aaronbaumanThere's no out-of-the-box support for this, but you could use a combination of the built-in "export" feature and the pre-match patch: #507800: Check for existing duplicates on object-create
Comment #2
legion80 commentedAlthough I haven't tried it, reading the use case is exactly what I'm dealing with. Marking as duplicate.