Is it possible to migrate all system records that were created by currently inactive user (he was active when those records were created) to a new active user.
Is there a bulk all system record update, or the only way is to do it by hand for each entity?
D365 Sales Assign all records of inactive user to new owner
Hi John,
I would suggest you to create a scheduled power automate flow, In which you have to get all inactive users, Using
list rows and by fetch xml query where isenabled is false.
Now get all records of entity in which that user was an owner and update that record with new owner as per your requirement.
you can do for al the entities in which you to replace owner with active user.
If you find ny aswer is helpfull, Please mark it as verified.
Thank you !!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.