You need to sign in to do that
Don't have an account?

Is it Possible to auto update Vendor communiti's User email up on updating contact's Email?
Community user's contact and Email are getting out of sync..
When the Admin edits the “Contact” of the Community user then it also updates the related “User”.
When the Admin edits the “Contact” of the Community user then it also updates the related “User”.
We can do this using apex trigger logic . We can use after update scenerio and use future method to update user email.
Thanks,