Closed (fixed)
Project:
Salesforce Suite
Version:
6.x-2.x-dev
Component:
sf_user
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2011 at 02:43 UTC
Updated:
10 Dec 2012 at 16:16 UTC
Hi,
When a user record that is mapped between Drupal and SF is deleted on the Salesforce site, the corresponding user in Drupal is not deleted. The object_map entry *is* deleted, so the transaction is noted by the Salesforce module inside of Drupal. However, the user record remains. Is this by design, is there a setting that I haven't noticed, or is something possibly wrong. Thank you for any guidance you can provide.
Bryan
Comments
Comment #1
kostajh commentedCurrently there is no UI for configuring this. You could implement this behavior with custom code in a module that implements the salesforce_api_post_import or salesforce_api_pre_import hook.
See also the "Object settings" on admin/settings/salesforce.
Comment #2
EvanDonovan commentedShould #1311914: Create admin settings to delete objects in Drupal upon deletion in Salesforce be merged with this?
Comment #3
nicodv commented@obsidiandesign, have you completed a module that solves this? I´m very interested.
thanks
Comment #4
kostajh commented