MinnPost / object-sync-for-salesforce

WordPress plugin that maps and syncs data between Salesforce objects and WordPress objects.
https://wordpress.org/plugins/object-sync-for-salesforce/
GNU General Public License v2.0
94 stars 51 forks source link

Provide a way to delete orphaned rows #397

Closed jonathanstegall closed 3 years ago

jonathanstegall commented 3 years ago

Is your feature request related to a problem? Please describe. When a record is deleted but the fieldmap doesn't detect deletions, it will often have an orphan object map that connects the WordPress record and the Salesforce record. This prevents new object maps from being created for the record that still remains.

Describe the solution you'd like I think we either need to delete the object map when the record is deleted, regardless of what the fieldmap's settings are, or we need to provide an interface for showing and deleting these rows. I'm not sure about what the default behavior should be.

jonathanstegall commented 3 years ago

Thinking that this is not a duplicate, but that it is related to, #365.

jonathanstegall commented 3 years ago

I'm realizing that this issue is a duplicate of #261.