danatpi
Forum Replies Created
-
Awesome, thanks for the speedy response Jonathan! I’ll report back here with my findings in case its helpful for anyone else.
Thanks,
DanForum: Plugins
In reply to: [Object Sync for Salesforce] Salesforce Sync TriggersPerfect, thanks Jonathan!
Thanks for the reply Jonathan. It occurs with any instance of
update_user_meta
.I was able to circumvent this issue by hooking into an adjacent function (
acf/update_value/
) that was updating some user meta via Advanced Custom Fields.I never was able to determine what was causing items to be queued indefinitely but moving that portion of the code elsewhere solved the problem.
Thanks again for the reply and for all the time you contribute to this plugin, it’s a lifesaver.
-Dan
- This reply was modified 4 years, 2 months ago by danatpi.
Please ignore. I’m not sure what I was looking at but I was mistaken.
- This reply was modified 4 years, 6 months ago by danatpi. Reason: Oops
Forum: Plugins
In reply to: [Object Sync for Salesforce] Plugin ConflictOk, thank you Jonathan.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Sync object from Salesforce to WordPressSorry, replied to the wrong thread.
- This reply was modified 4 years, 6 months ago by danatpi.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Plugin ConflictInvestigating this further, the initial issue occurred when I created a user from the admin. It seems the bigger issue is that when the plugin is activated and a user registers via the plugin, Object Sync for Salesforce doesn’t see the add_user event at all because of how the Ultimate Member plugin does the registration.
I found this previous fix to add basic support for the plugin but that doesn’t appear to be working currently:
https://github.com/MinnPost/object-sync-for-salesforce/issues/191
Please let me know if you have any ideas on how I might circumvent or if you think it’s a lost cause.
Thanks,
DanTotally understood Jonathan. I appreciate you pointing me in the right direction.
Cheers!
-Dan
Very much appreciated Jonathan, I wasn’t aware of those hooks. That looks like exactly what I need.
Thanks again,
DanForum: Plugins
In reply to: [Login by Auth0] No signup optionI figured this out, user error. Disable Sign Ups is enabled on one of the DB connections.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Plugin will not authorizeThis issue seemed to resolve on its own. Unfortunately I don’t have any insight as to what the issue was or what caused it to resolve.
Thanks again,
DanForum: Plugins
In reply to: [Object Sync for Salesforce] Plugin will not authorizeUnderstood, thanks @jonathanstegall.
Forum: Plugins
In reply to: [Object Sync for Salesforce] Plugin will not authorizeThanks @jonathanstegall. We’ve cleared the cache, created a new app, confirmed the values are up to date and I also deleted the plugin with the “Delete plugin data on uninstall?” option and started for scratch but cannot get the plugin to authorize. Is it safe to assume this is on the Salesforce side or can you think of anything in SF that might be preventing the authorization?
Thanks,
DanForum: Plugins
In reply to: [Object Sync for Salesforce] Conditionally supress pullOh awesome, sorry I didn’t see that. Thank you for the speedy response! This software is fantastically easy to use, keep up the good work!
Thanks again,
DanForum: Plugins
In reply to: [Object Sync for Salesforce] Pull all objects from SF into WordPressThanks @jonathanstegall, very much appreciate the info.