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

Add the ability for fieldmaps to be active or inactive. Thanks to @TornMarketing for the request. #431

Closed jonathanstegall closed 2 years ago

jonathanstegall commented 2 years ago

What does this Pull Request do?

This fixes #422 by adding a fieldmap_status field to the fieldmap table. By default this field is active, but it can be set to inactive, which removes it from push and pull operations.

As mentioned in the issue, there's also the ability to import all fieldmaps as inactive when doing an import.

How do I test this Pull Request?