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 a filter to allow developers to edit the whole SOQL string before it is sent to Salesforce. Thanks to WordPress user @JellyPixel for the request. #432

Closed jonathanstegall closed 2 years ago

jonathanstegall commented 2 years ago

What does this Pull Request do?

This adds a new filter for developers, object_sync_for_salesforce_pull_query_string_modify, which allows them to modify the entire SOQL string by hand before it is sent to the Salesforce API. This fixes #428.

How do I test this Pull Request?