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

aaronbauman’s picture

There'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

legion80’s picture

Status: Active » Closed (duplicate)

Although I haven't tried it, reading the use case is exactly what I'm dealing with. Marking as duplicate.