Hi CRM Experts,
Can any one suggest if I can create pure read only role for a user, because when I tried doing that on Dynamics CRM online it did not work out quite well, it keeps throwing this error when I'm trying to open the Account record
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #EC401F4ADetail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ActivityId>d62d5614-7815-438e-887c-ec2b79914de2</ActivityId>
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #EC401F4A</Message>
<Timestamp>2018-07-10T21:00:38.4037156Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault>
<ActivityId>d62d5614-7815-438e-887c-ec2b79914de2</ActivityId>
<ErrorCode>-2147220960</ErrorCode>
<ErrorDetails xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>Principal user (Id=41cd3de8-ec80-e611-80e2-c4346bacba3c, type=8) is missing prvWriteUserEntityUISettings privilege (Id=8d2aa266-8fee-43a4-85e7-2aa1aaab525b)</Message>
<Timestamp>2018-07-10T21:00:38.4037156Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Please let me know if you have any suggestions for me.
Thanks,
Vinod
*This post is locked for comments