Re: How to get an access to personal dashboard of another user?
Hi @Shafdev,
You can try using an XrmToolBox plugin like SQL 4 CDS and query the userform (User Dashboard) table to identify the personal dashboard. Then you can update the ownerid to reassign it to yourself. I believe you will need to be a system administrator in order to have the appropriate privileges to reassign the personal dashboard record.
You may also need to reassign any personal views or personal charts that the dashboard uses. You can look in the FormXml column value of the userform record to find any <ViewId> and <VisualizationId> elements. If the <IsUserView> element is set to true, then it is a personal view. You can query the userquery (Saved View) table to find that personal view, update the ownerid to reassign it to yourself. You can do the same to reassign personal charts via the userqueryvisualization (User Chart) table.
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.