Title: grayzee's Replies | WordPress.org

---

# grayzee

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/grayzee/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/grayzee/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] Create new post in wordpress from salesforce](https://wordpress.org/support/topic/create-new-post-in-wordpress-from-salesforce/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/create-new-post-in-wordpress-from-salesforce/#post-15427065)
 * I managed to get what i was trying to doing working by starting over.
 * I started created a fresh wp install, created some custom fields within a cpt
   and linked it all up… works fine. Something in my original theme is blocking 
   it from working.
 * I was able to create posts in WP from salesforce contacts without issue but now
   im trying to create WP users from the creation of a SF contact.
 * Is there anything specific within the field mapping that I need to consider when
   trying to do this? So far iv not had much luck and the error logs are just spitting
   out a load of API info? Nothing really suggesting what im doing wrong?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] Create new post in wordpress from salesforce](https://wordpress.org/support/topic/create-new-post-in-wordpress-from-salesforce/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/create-new-post-in-wordpress-from-salesforce/#post-15425603)
 * 1) ah ok i have removed this now as its not needed.
 * 2) weirdly enough when returning to this today the value had changed to what 
   i set it to and when checking the DB it has the value i set it to… so all good
   here.
    5 minutes is what the db entries contain.
 * 3) ah ok i see… so when looking at the Cron Events list… which is created by 
   the plugin? I cant see anything for object sync? is this an issue?
 * [⌊screencapture-sftestcase-wpengine-wp-admin-tools-php-2022-03-04-09-30-46⌉⌊screencapture-
   sftestcase-wpengine-wp-admin-tools-php-2022-03-04-09-30-46⌉[
 * When i navigate to /wp-admin/tools.php?page=action-scheduler i can see two tasks
   for object sync but they are set to non-repeating and have now run in a month?
   how can i resolve this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] Create new post in wordpress from salesforce](https://wordpress.org/support/topic/create-new-post-in-wordpress-from-salesforce/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/create-new-post-in-wordpress-from-salesforce/#post-15423200)
 * hello
 * in the fieldmap page i have now enabled the Process Asynchronously option.
 * in the schedule section of the plugin when i set a run schedule entry time and
   set the time unit to minutes and click save both values revert back to unset 
   as the image displays.
 * [https://ibb.co/rxXpBmz](https://ibb.co/rxXpBmz)
 * I cant work out why it wont save a value.
 * I also installed cWP Crontrol and this is what i can see [https://ibb.co/3M8zJLw](https://ibb.co/3M8zJLw)
 * I cant see anything related to salesforce or object sync?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] Create new post in wordpress from salesforce](https://wordpress.org/support/topic/create-new-post-in-wordpress-from-salesforce/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/create-new-post-in-wordpress-from-salesforce/#post-15421515)
 * [https://ibb.co/z2W1x7b](https://ibb.co/z2W1x7b) all logs are enabled but nothing
   appears in the log list when i create a new contact in SF. Iv set permissions
   to all on the SF connected application.
 * I cant work out why i can send to SF but i cant send to WP if the post does not
   already exist? Weird how no logs are created also?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] Create new post in wordpress from salesforce](https://wordpress.org/support/topic/create-new-post-in-wordpress-from-salesforce/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/create-new-post-in-wordpress-from-salesforce/#post-15419475)
 * Hello, Me again…
 * So iv created a new CPT with only the following available to make sure no ACF
   fields are blocking the creation of the WP Post.
 * CPT: “supports” => [ ‘title’, ‘editor’, ‘thumbnail’, ‘excerpt’ ],
 * So in theory the post should be created when I create a new contact in SF with
   the field mapping of WP – Post_title mapped to SF – last name?
 * Wordpress Field maps: [https://ibb.co/3p6LQYS](https://ibb.co/3p6LQYS)
    SF create
   new contact: [https://ibb.co/FJ95FtJ](https://ibb.co/FJ95FtJ)
 * Any ideas why this is not working? I can send data to SF on this test setup from
   users and another CPT if the record exists in WP already how ever if the record
   does not exist in WP then salesforce does not create a post or send data to WP
   that i can see?
 * Nothing appears in the WP logs either?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] Create new post in wordpress from salesforce](https://wordpress.org/support/topic/create-new-post-in-wordpress-from-salesforce/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/create-new-post-in-wordpress-from-salesforce/#post-15411367)
 * I have created some custom fields via ACF but none of them are set to required…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] pull from salesforce](https://wordpress.org/support/topic/pull-from-salesforce/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/pull-from-salesforce/#post-15378582)
 * Thanks for your feedback on this. Will have a read of the links shared.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UsersWP - Front-end login form, User Registration, User Profile & Members Directory plugin for WP] login hangs, have to refresh page to complete login.](https://wordpress.org/support/topic/login-hangs-have-to-refresh-page-to-complete-login/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/login-hangs-have-to-refresh-page-to-complete-login/#post-15148208)
 * Hi Patrik, thanks for taking the time to check.
 * The issue only happens when logging in as an admin user. When creating a new 
   account as a subscriber and logging in the login popup works as intended…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UsersWP - Front-end login form, User Registration, User Profile & Members Directory plugin for WP] login hangs, have to refresh page to complete login.](https://wordpress.org/support/topic/login-hangs-have-to-refresh-page-to-complete-login/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/login-hangs-have-to-refresh-page-to-complete-login/#post-15145234)
 * Hi Paolo,
 * Thanks for your reply. I can confirm that both urls
 * WordPress Address (URL) || Site Address (URL)
 * are both set to “[https://campwilderness.co.uk&#8221](https://campwilderness.co.uk&#8221);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Extended] Cant add more than 83 layouts to Flexible content Module](https://wordpress.org/support/topic/cant-add-more-than-83-layouts-to-flexible-content-module/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/cant-add-more-than-83-layouts-to-flexible-content-module/#post-14683630)
 * This worked perfectly. Thanks for your response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UsersWP - Front-end login form, User Registration, User Profile & Members Directory plugin for WP] Auto login after register](https://wordpress.org/support/topic/auto-login-after-register-3/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/auto-login-after-register-3/#post-14616575)
 * Thanks so much for getting back to me. Your answer was really helpful!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] ACF Front end update on a user](https://wordpress.org/support/topic/acf-front-end-update-on-a-user/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/acf-front-end-update-on-a-user/#post-14588097)
 * Ok thanks for you input, much appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] ACF Front end update on a user](https://wordpress.org/support/topic/acf-front-end-update-on-a-user/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/acf-front-end-update-on-a-user/#post-14586671)
 * Hi Jonatha,
 * No I couldn’t find one that was obvious to do what I need. I was trying to brainstorm
   to see if maybe we could send the user field data to sales force on a WordPress
   page view or on page load or something?
 * Perhaps there is a way to send all the users field data through in one go? Something
   like a bulk task that sends all the users through to salesforce in one go? This
   would also be ok for what we need?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] ACF Front end – on create](https://wordpress.org/support/topic/acf-front-end-on-create/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [5 years ago](https://wordpress.org/support/topic/acf-front-end-on-create/#post-14466898)
 * ah right, has it been merged into the main plugin? If i do an update will it 
   be included?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Object Sync for Salesforce] Front End Editing Vs Admin updates](https://wordpress.org/support/topic/front-end-editing-vs-admin-updates/)
 *  Thread Starter [grayzee](https://wordpress.org/support/users/grayzee/)
 * (@grayzee)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/front-end-editing-vs-admin-updates/#post-14410877)
 * Hi Jonathan,
 * Just tested your test branch “390-acf-front-end” and can confirm it now sends
   data to salesforce when saving on the front end.
 * Thanks so much for including this in your plugin!

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/grayzee/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/grayzee/replies/page/2/?output_format=md)