Prevent User Object Creation on Sync
-
Is there any way to prevent user creation on sync through the built-in plugin settings/hooks? I’d like WordPress to pull contact data when manually creating a user on WP, but not have a new user created when data is updated in Salesforce. I still want EXISTING wordpress sync’d users to receive data updates from Salesforce though.
Currently I’ve accomplished this by commenting out parts of the create_user() function, but this practice does throw some errors and may cause some issues that I haven’t come across or troubleshot yet. Just wondering if there’s something I’m missing in the developer hooks that would accommodate this. Thanks.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Prevent User Object Creation on Sync’ is closed to new replies.