adambocik
Forum Replies Created
-
Forum: Plugins
In reply to: [Object Sync for Salesforce] SOQL with ORGlad I could help!
Forum: Plugins
In reply to: [Object Sync for Salesforce] Mass Update RecordsSo now that the sync is working again, I can debug this better. I just triggered 100 records to pull from Salesforce (based on record update), and when the pull ran, it pulled in (created) 20 new records which is the Pull Query Record Limit I set in the plugin settings. Will the remaining 80 Salesforce records come through during sequential pulls (20 at a time)?
Forum: Plugins
In reply to: [Object Sync for Salesforce] Mass Update RecordsThanks, @jonathanstegall. Had to truncate the table, but that did work. Appreciate the direction.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Mass Update RecordsHi @jonathanstegall, any insights on how to sync (pull from SF) to a previously synced record that was deleted from WP? Getting an error that WP Post ID does not exist. Is there a way to clear out the previous sync? Ideally, I want the pull to create a new post on the WP side. Thanks in advance.
Forum: Plugins
In reply to: [Object Sync for Salesforce] SOQL with ORHi @jellypixel, we had the same use case and ultimately found it easier to add a single boolean (checkbox) field in Salesforce that handled the OR filtering on that end. Essentially, it was a checkbox formula field in SFDC that looked for the conditions to trigger TRUE (OR statements), and then we added the webhook to only sync records where that field = TRUE. I do agree this would be a great addition to the fieldmap creation section of the plugin though!
Forum: Plugins
In reply to: [Object Sync for Salesforce] Mass Update RecordsHi @jonathanstegall, so I permanently deleted all logs and posts that the Salesforce pull had created so far in order to start with a clean slate. I just gave 1 record a test (1 update in Salesforce), and the Pull was successful, but based on the log, I got an error: Error: WordPress update for centers ID 4098 from Salesforce record 001f400000ZaxodAAB was unsuccessful with these errors: Invalid Post ID. Essentially, it looks like the sync is still looking for the deleted post. I thought deleting the posts would clear the connection between the records, and the pull would just create a new record. Is there a way to clear it out so that the Pull from Salesforce does create new records now?
Forum: Plugins
In reply to: [Object Sync for Salesforce] Mass Update RecordsOkay. Thanks for the pointers, @jonathanstegall. If I “edit” 800 records in Salesforce to trigger the sync/pull, and have the Pull Query Record Limit set to 20, Pull Throttle at 5 seconds, and Run Schedule Every 20 mins (Pull from Salesforce), will the sync keep running until all 800 records are pulled from Salesforce (in batches of 20 at a time every 5 seconds)? Am I think about that correctly? Just trying to understand how this works. Thanks once again.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Publish Newly Synced Posts ImmediatelyThanks again, @jonathanstegall
Forum: Plugins
In reply to: [Object Sync for Salesforce] Prefilter Records to Pull from SalesforceThanks @jonathanstegall!
Forum: Plugins
In reply to: [Object Sync for Salesforce] Set CategoryThanks!
Forum: Plugins
In reply to: [Object Sync for Salesforce] Set Featured ImageOkay. Thanks for the quick response, @jonathanstegall
Forum: Plugins
In reply to: [Object Sync for Salesforce] Set CategoryGot it. Thanks @jonathanstegall!
Forum: Plugins
In reply to: [Ultimate Member Profile Tabs] Profile Tabs not showing to “New Members”Experiencing the same issue. Can’t see my custom tabs.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Entries won’t load – Blank PageIt did! I increased memory and pulled the max number of entries down. Thanks for the tips.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Entries won’t load – Blank PageThanks. That makes sense. Appreciate the support.