Title: loopmill's Replies | WordPress.org

---

# loopmill

  [  ](https://wordpress.org/support/users/loopmill/)

 *   [Profile](https://wordpress.org/support/users/loopmill/)
 *   [Topics Started](https://wordpress.org/support/users/loopmill/topics/)
 *   [Replies Created](https://wordpress.org/support/users/loopmill/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/loopmill/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/loopmill/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/loopmill/engagements/)
 *   [Favorites](https://wordpress.org/support/users/loopmill/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Ajax Load More for Elementor] Useless without upgrading to paid](https://wordpress.org/support/topic/useless-without-upgrading-to-paid/)
 *  Thread Starter [loopmill](https://wordpress.org/support/users/loopmill/)
 * (@loopmill)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/useless-without-upgrading-to-paid/#post-13414534)
 * Hello
 * Thanks for your reply. The issue is lack of options to style the post loop.
 * You need to at least be able to match the existing elementor posts element style
   for this to be useful.
 * However I do think it’s fair to restrict button styling in free version.
 * All the best
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] Pull Contacts from SF to Users in WP](https://wordpress.org/support/topic/pull-contacts-from-sf-to-users-in-wp/)
 *  Thread Starter [loopmill](https://wordpress.org/support/users/loopmill/)
 * (@loopmill)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/pull-contacts-from-sf-to-users-in-wp/#post-10154321)
 * Hi Jonathan
 * It gets stranger!
 * I **do** get a result in the developer console!
    It lists one single row, which
   is the exact change I made earlier today.
 * So for some reason when WP is executing that same query it returns nothing, but
   in the SF developer console it returns the change I made.
 * Does this mean it could be a permission issue on the cron job?
 * When I manually run salesforce_pull from the edit user screen in WP it works 
   as expected and retrieves the latest change(s)!
 * Best
    Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] Pull Contacts from SF to Users in WP](https://wordpress.org/support/topic/pull-contacts-from-sf-to-users-in-wp/)
 *  Thread Starter [loopmill](https://wordpress.org/support/users/loopmill/)
 * (@loopmill)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/pull-contacts-from-sf-to-users-in-wp/#post-10153924)
 * Great thanks I will check that out and let you know how I get on!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] Pull Contacts from SF to Users in WP](https://wordpress.org/support/topic/pull-contacts-from-sf-to-users-in-wp/)
 *  Thread Starter [loopmill](https://wordpress.org/support/users/loopmill/)
 * (@loopmill)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/pull-contacts-from-sf-to-users-in-wp/#post-10153918)
 * Hi Jonathan
 * Thanks for a fast response!
 * So far I’m mapping:
 * **Field Map 1 (working both ways)**
 * WP CPT ‘course’ <-> SF Custom object ‘Course’
    ———————————— post_title <——> Course
   Name (standard field – name)
 * **Field Map 2 (working one way WP -> SF)**
 * WP User ——> SF Contact
    ————————- display_name -> Person Name** user_email—->
   Email Primary (SF custom field) nickname —–> Nick Name (SF custom field)
 * Neither fields are being handled by plugins. The course CPT is created in the
   theme, I’m using the standard user fields.
 * I turned on debug logging and found that there was a call to get updated contacts:
 * **log title:**
    Debug: on Salesforce API HTTP Request to URL: [https://na24.salesforce.com/services/data/v42.0/query?q=SELECT+Name%2C+Email_Primary__c%2C+Nick_Name__c%2C+Id%2C+LastModifiedDate%2C+CreatedDate+FROM+Person__c+WHERE+LastModifiedDate+%3E+2018-04-06T13%3A09%3A17Z+ORDER+BY+LastModifiedDate+ASC](https://na24.salesforce.com/services/data/v42.0/query?q=SELECT+Name%2C+Email_Primary__c%2C+Nick_Name__c%2C+Id%2C+LastModifiedDate%2C+CreatedDate+FROM+Person__c+WHERE+LastModifiedDate+%3E+2018-04-06T13%3A09%3A17Z+ORDER+BY+LastModifiedDate+ASC).
 * **log contents:**
 * Array
    ( [json] => {“totalSize”:0,”done”:true,”records”:[]} [code] => 200 [data]
   => Array ( [totalSize] => 0 [done] => 1 [records] => Array ( ) )
 * Finally, I checked in SalesForce and both my modified contacts and my modified
   courses are showing similar last modified dates, however I noticed that the field
   for course name is indexed, whereas the fields for contacts that I was changing(
   nick name and email primary) are not indexed. I couldn't work out how to index
   these fields in SF, but I turned on "track history" without success.
 * I didn't try to change Person name as I assume this would cause an issue with
   WP not liking user_login to change.
 * Could indexing of fields be to blame or am I barking up the wrong tree?
 * Many thanks
    Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] Pull Contacts from SF to Users in WP](https://wordpress.org/support/topic/pull-contacts-from-sf-to-users-in-wp/)
 *  Thread Starter [loopmill](https://wordpress.org/support/users/loopmill/)
 * (@loopmill)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/pull-contacts-from-sf-to-users-in-wp/#post-10153904)
 * Haha sorry for the terrible formatting, let me try that one more time
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] Pull Contacts from SF to Users in WP](https://wordpress.org/support/topic/pull-contacts-from-sf-to-users-in-wp/)
 *  Thread Starter [loopmill](https://wordpress.org/support/users/loopmill/)
 * (@loopmill)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/pull-contacts-from-sf-to-users-in-wp/#post-10153899)
 * Hi Jonathan
    Thanks for a fast response! <br><br> So far I’m mapping: <br><br
   > **Field Map 1 (working both ways)**
 * WP CPT ‘course’ <-> SF Custom object ‘Course’
    ———————————– post_title <-> Course
   Name (standard field – name) <br><br><br> **Field Map 2 (working one way WP -
   > SF)**
 * WP User -> SF Contact
    ———————————– display_name -> Person Name** user_email -
   > Email Primary (SF custom field) nickname -> Nick Name (SF custom field) <br
   ><br><br> Neither fields are being handled by plugins. The course CPT is created
   in the theme, I’m using the standard user fields. <br><br> I turned on debug 
   logging and found that there was a call to get updated contacts: <br><br> log
   title: Debug: on Salesforce API HTTP Request to URL: [https://na24.salesforce.com/services/data/v42.0/query?q=SELECT+Name%2C+Email_Primary__c%2C+Nick_Name__c%2C+Id%2C+LastModifiedDate%2C+CreatedDate+FROM+Person__c+WHERE+LastModifiedDate+%3E+2018-04-06T13%3A09%3A17Z+ORDER+BY+LastModifiedDate+ASC](https://na24.salesforce.com/services/data/v42.0/query?q=SELECT+Name%2C+Email_Primary__c%2C+Nick_Name__c%2C+Id%2C+LastModifiedDate%2C+CreatedDate+FROM+Person__c+WHERE+LastModifiedDate+%3E+2018-04-06T13%3A09%3A17Z+ORDER+BY+LastModifiedDate+ASC).
   <br><br> log contents: Array ( [json] => {“totalSize”:0,”done”:true,”records”:[]}[
   code] => 200 [data] => Array ( [totalSize] => 0 [done] => 1 [records] => Array()
 * )
    <br><br> Finally, I checked in SalesForce and both my modified contacts and
   my modified courses are showing similar last modified dates, however I noticed
   that the field for course name is indexed, whereas the fields for contacts that
   I was changing (nick name and email primary) are not indexed. I couldn't work
   out how to index these fields in SF, but I turned on "track history" without 
   success. <br><br> I didn't try to change Person name as I assume this would cause
   an issue with WP not liking user_login to change. <br><br> Could indexing of 
   fields be to blame or am I barking up the wrong tree? <br><br> Many thanks Chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] Pull Contacts from SF to Users in WP](https://wordpress.org/support/topic/pull-contacts-from-sf-to-users-in-wp/)
 *  Thread Starter [loopmill](https://wordpress.org/support/users/loopmill/)
 * (@loopmill)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/pull-contacts-from-sf-to-users-in-wp/#post-10153869)
 * Hi Jonathan
    Thanks for a fast response!
 * So far I’m mapping:
 * **Field Map 1 (working both ways)**
 * WP CPT ‘course’ <-> SF Custom object ‘Course’
    ———————————– post_title <-> Course
   Name (standard field – name)
 * **Field Map 2 (working one way WP -> SF)**
 * WP User -> SF Contact
    ———————————– display_name -> Person Name** user_email -
   > Email Primary (SF custom field) nickname -> Nick Name (SF custom field)
 * Neither fields are being handled by plugins. The course CPT is created in the
   theme, I’m using the standard user fields.
 * I turned on debug logging and found that there was a call to get updated contacts:
 * **log title:**
    Debug: on Salesforce API HTTP Request to URL: [https://na24.salesforce.com/services/data/v42.0/query?q=SELECT+Name%2C+Email_Primary__c%2C+Nick_Name__c%2C+Id%2C+LastModifiedDate%2C+CreatedDate+FROM+Person__c+WHERE+LastModifiedDate+%3E+2018-04-06T13%3A09%3A17Z+ORDER+BY+LastModifiedDate+ASC](https://na24.salesforce.com/services/data/v42.0/query?q=SELECT+Name%2C+Email_Primary__c%2C+Nick_Name__c%2C+Id%2C+LastModifiedDate%2C+CreatedDate+FROM+Person__c+WHERE+LastModifiedDate+%3E+2018-04-06T13%3A09%3A17Z+ORDER+BY+LastModifiedDate+ASC).
 * **log contents:**
    Array ( [json] => {“totalSize”:0,”done”:true,”records”:[]}[
   code] => 200 [data] => Array ( [totalSize] => 0 [done] => 1 [records] => Array()
 * )
 * Finally, I checked in SalesForce and both my modified contacts and my modified
   courses are showing similar last modified dates, however I noticed that the field
   for course name is indexed, whereas the fields for contacts that I was changing(
   nick name and email primary) are not indexed. I couldn't work out how to index
   these fields in SF, but I turned on "track history" without success.
 * I didn't try to change Person name as I assume this would cause an issue with
   WP not liking user_login to change.
 * Could indexing of fields be to blame or am I barking up the wrong tree?
 * Many thanks
    Chris
    -  This reply was modified 8 years, 2 months ago by [loopmill](https://wordpress.org/support/users/loopmill/).

Viewing 7 replies - 1 through 7 (of 7 total)