Hello,
I'm trying to share all personal views, charts and dashboards with a giving user, however, I notice that the impersonation is not working when I try to rerieve the complete list.
Here is an example of what i'm using :
Entity systemUser = _serviceProxy.Retrieve("systemuser", new Guid("eb626e45-985b-e411-a45f-005056bc742c"), new ColumnSet(true));
_serviceProxy.CallerId = systemUser.Id;
Entity chartt = _serviceProxy.Retrieve("userqueryvisualization", new Guid("31735de8-b994-e711-bdb1-005056bc1180"), new ColumnSet(true));
Any help please ?
I tried with the XRMToolbox plugin of a33ik but it has the same problem. The result is different depends on the connected user.
Thank you
*This post is locked for comments
I have the same question (0)