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
95 stars 51 forks source link

Fix the `pull_merge_last` and `pull_delete_last` option values that are used on merge and delete operations. This prevents a problem, that has existed since 2.1.0, with retrieving these records. #467

Closed jonathanstegall closed 2 years ago

jonathanstegall commented 2 years ago

What does this Pull Request do?

This fixes #466. The pull_merge_last and pull_delete_last option values are supposed to be fieldmap-specific, ex object_sync_for_salesforce_pull_merge_last_Contact_2 instead of object_sync_for_salesforce_pull_merge_last_Contact. This fixes the problem with the SOQL queries that are used to detect merges and deletes.

How do I test this Pull Request?