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

Make the stored data about pull operations fieldmap-specific, preventing problems when multiple fieldmaps are connected to the same Salesforce object. Thanks to WordPress user @fortafy for the report. #420

Closed jonathanstegall closed 2 years ago

jonathanstegall commented 2 years ago

What does this Pull Request do?

When records are pulled from Salesforce, values are saved to the options table so the plugin knows what it has already done. This makes those records fieldmap-specific where it's appropriate, making multiple fieldmaps connected to the same Salesforce object more reliable. This fixes #414.

How do I test this Pull Request?