Hi all ,
How can I get all users list, who have access of specific record of entity(Account, Client Group etc.) from dynamic CRM online in easy way?
thanks in advance
Regards Edgar Tadevosyan
Hello,
Unfortunately there is no easy way of doing that.
Dynamics CRM/Business Solutions MVP Read My blog
I don't see an issue in mentioned. It looks like a task for me.
To implement this you will have to develop application that will retrieve list of all users and loop through this list and using RetrievePrincipalAccess message check if user has an access to specific record - https://msdn.microsoft.com/en-us/library/microsoft.crm.sdk.messages.retrieveprincipalaccessrequest.aspx