Hi All,
I copied an existing security role and then edit some access for some entities.
Let say my new security role is "Customer Service Assistance"
Then I set all access as organization for Case entity as Organization
Then I want to create a case record, but got this error message
and here is the Download Log File
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: #EA3C414EDetail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ActivityId>df0506e0-2afe-46ec-8507-d18e59f13a10</ActivityId>
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #EA3C414E</Message>
<Timestamp>2017-12-13T09:37:03.8921967Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault>
<ActivityId>df0506e0-2afe-46ec-8507-d18e59f13a10</ActivityId>
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d3p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>System.Reflection.TargetInvocationException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #CEB0CC8B</Message>
<Timestamp>2017-12-13T09:37:03.8921967Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault>
<ActivityId>df0506e0-2afe-46ec-8507-d18e59f13a10</ActivityId>
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d4p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>System.Web.Services.Protocols.SoapException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #D0E14C92</Message>
<Timestamp>2017-12-13T09:37:03.8921967Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault>
<ActivityId>df0506e0-2afe-46ec-8507-d18e59f13a10</ActivityId>
<ErrorCode>-2147220960</ErrorCode>
<ErrorDetails xmlns:d5p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>Principal user (Id=fd04c97f-9cd1-e711-8118-e0071b67aa91, type=8) is missing prvReadLanguageLocale privilege (Id=1d6907a1-94ac-4e0a-8c11-20320555f5cd)</Message>
<Timestamp>2017-12-13T09:37:03.8921967Z</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" />
</InnerFault>
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Any suggestion what entity do I have to add next?
*ps: I can create Knowledge Article, Lead, Contact, Customer, and custom entities without problem
*This post is locked for comments