Tuesday 17 April 2018

How to copy roles from user to user in dynamics 365?

Go to system administration/users /users



 click assign role


and select roles from another user


mark roles to assign


enable include organization:: to assign the selected organization from the selected user and click OK



to  see the assigned organization from the selected user

just select the assigned role and click assign organization

1 comment:

  1. thanks a million. this is a good solution for big department with alot of users and custom roles.

    ReplyDelete

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...