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
96 stars 52 forks source link

Prevent PHP error when a filter does not allow a record to be pushed to Salesforce. #371

Closed jonathanstegall closed 3 years ago

jonathanstegall commented 3 years ago

What does this PR do?

In #370, when a filter prevents a record from being pushed to Salesforce, there can be an unnecessary PHP error.

How do I test this PR?

  1. Try to push a record that, based on the filter, is not allowed to be pushed.
  2. Check the server error logs.
  3. Check the WordPress logs to make sure it is correctly logged.