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

kostajh’s picture

Title: Deleting Drupal Users When SF Record is Deleted » Add option to "Entity deleted policy" to delete Drupal object When SF Record is Deleted
Category: support » task

Currently 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.

EvanDonovan’s picture

nicodv’s picture

@obsidiandesign, have you completed a module that solves this? I´m very interested.

thanks

kostajh’s picture

Status: Active » Closed (fixed)