Devarajan Mani
Forum Replies Created
-
Forum: Plugins
In reply to: [Object Sync for Salesforce] Is there a way to pull SF checkbox value to WP ?Thanks @jonathanstegall and ibanezrg770. Solved by clearing the table object_sync_sf_object_map as it is did not drop while deactivating the plugin.
Delete plugin data on uninstall should be enabled to drop the tables related to the plugin.Forum: Plugins
In reply to: [Object Sync for Salesforce] Is there a way to pull SF checkbox value to WP ?Hi,
I get the following error while salesforce_pullError: WordPress update for member ID 93341 was unsuccessful with these errors:
WP_Error Object
(
[errors] => Array
(
[invalid_post] => Array
(
[0] => Invalid post ID.
))
[error_data] => Array
(
))
I cleared the records and set up the Object sync again, still issue is not resolved. The WP records are not getting updated.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Is there a way to pull SF checkbox value to WP ?Thank you for your prompt response.
1. The non-checkbox fields (text and textarea) are updated when pulled to WP.
2. I did not try as the the requirement is to pull from SF to WP and not vice-versa.
3. No errors displayed in server nor in the WordPress. The cron log shows object_sync_for_salesforce_pull_process_records as complete.
4. I can eventually try, Can you tell me which custom field plugin works well with checkbox from your experience?Question: Is there a way to check the value of the checkbox of the SF record and manually update the ACF text field using a filter hook while object_sync_for_salesforce_pull_process_records pulls data of that particular record from SF to WP?
Thanks again.