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

Create a log entry if the plugin tries to sync a record but no parameters are eligible. Thanks to @OfficeBureau for the report. #421

Closed jonathanstegall closed 2 years ago

jonathanstegall commented 2 years ago

What does this Pull Request do?

This completes work on #362. In a previous version, we added a lock to Salesforce fields that cannot be updated. In this version, we create a debug log entry if the plugin tries to run a push or pull on a specific record, but in the end none of the parameters can be saved.

How do I test this Pull Request?