Combine 2 Users - Tips Welcome!

0
I have a user that was created 2 times (with 2 different usernames). Both userids have activity inside of the app (created and maintained information). Now the user would like to combine the 2 userids into one and have access to all of the activity from both userids. Has anyone encountered this before? Any tips about what worked and what didn't for combining 2 users and all of their activity? Thanks for any tips you can share!
asked
2 answers
0

It's probably not as simple as retrieving everything related to userOld and setting the required information to userNew?

answered
0

Phew, not an easy task Mike. I would start by mapping out to which object the account (and inherited objects of account) are connected to other objects. Then create a custom microflow that handles each of those objects (do a retrieve and change the reference to the other account). One of the problems you are going to run into is the owner of an object, because that one I think can not be changed. So either create a new object (with the community commons executeMicroflowAsUser so the object owner is set to the right owner) or accept that the owner is still the other account.

Hope this helps some and good luck with the work.

Regads,

Ronald

answered