
Dear Community,
I would appreciate some advice on the following question:
I was asked to check if a certain user has permissions to access one of the dashboards (it is not a system dashboard) in our Dynamics 365 CRM. Is there a way to get a list of dashboards that this user has permissions to? If not, what would be the way of finding out if they have access to a dashboard?
Many thanks,
Alex
Hi,
you can use the fetchXml builder to list the dashboards that are shared with a user. In fact, you will need to fetch the records from the "user dashboards" table on behalf of the user you want.
Good Luck !!