Title: Debugging via logs
Last modified: February 13, 2020

---

# Debugging via logs

 *  Resolved [danatpi](https://wordpress.org/support/users/danatpi/)
 * (@danatpi)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/debugging-via-logs/)
 * How would I go about debugging a notice like this:
 * `Notice: Update Salesforce [WordPress Object] with WordPress ID with 12345 of[
   Salesforce Object] was not allowed by this fieldmap.`
 * Thanks,
    Dan

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jonathan Stegall](https://wordpress.org/support/users/jonathanstegall/)
 * (@jonathanstegall)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/debugging-via-logs/#post-12436786)
 * Well, it means the plugin was unable to push the data from WordPress to Salesforce.
   This plugin has a single function (plus a developer hook) that it uses to check
   whether or not it is allowed to push data. If you want to do some debugging, 
   you can see that code [here](https://github.com/MinnPost/object-sync-for-salesforce/blob/master/classes/salesforce_push.php#L1361-L1398)
   and maybe do some further error logging about why it was not allowed.

Viewing 1 replies (of 1 total)

The topic ‘Debugging via logs’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/object-sync-for-salesforce.svg)
 * [Object Sync for Salesforce](https://wordpress.org/plugins/object-sync-for-salesforce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/object-sync-for-salesforce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/object-sync-for-salesforce/)
 * [Active Topics](https://wordpress.org/support/plugin/object-sync-for-salesforce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/object-sync-for-salesforce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/object-sync-for-salesforce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jonathan Stegall](https://wordpress.org/support/users/jonathanstegall/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/debugging-via-logs/#post-12436786)
 * Status: resolved