adamsmm
Forum Replies Created
-
Forum: Plugins
In reply to: [Object Sync for Salesforce] Matching date & time formatNevermind, I figured that part out. Thanks again for your help with the event date!
Forum: Plugins
In reply to: [Object Sync for Salesforce] Matching date & time formatThat worked! On my version of the plugin (the latest from here, not github), that was on line 2636.
This has saved me from many more headaches. Thank you!
One other quick (unrelated) question: I’m getting a few invalid post ID errors, likely because I deleted some entries in WordPress. Now those events from Salesforce can’t be pulled into WP. I’ve set the prematch to be post_title and turned on the “always delete object maps” option but that hasn’t changed the result. Is there an additional setting or parameter I’m missing?
Forum: Plugins
In reply to: [Object Sync for Salesforce] Matching date & time formatThanks for the quick response! The field in the Salesforce object is set to the data type Date/Time and I can confirm it’s outputting in a proper format (sent it to the excerpt field, it displayed 2022-06-08 12:00:00).
As for the Events Calendar side, it looks like by default it should be following the same rules. I even pasted that same date/time output in the Start field and it formatted correctly after saving, though I don’t know if it’s just automatically fixing the format. The plugin has two different meta fields for start & end dates: _EventStartDate and _EventStartDateUTC. I’ve tried mapping to both and it’s still not setting the date, so not sure what’s missing here.
I looked through the dev docs but didn’t see anything about the format in the field itself, just how options on its front-end display.