Hi Everyone
Can you please tell me what the following error log means,it says privilege assign to territory by territory does not have the assign privilege on the business management tab,what privilege is the user missing here
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Principal user (Id=01173ea9-b2c3-e311-9836-005056a16449, type=8) is missing prvAssignTerritory privilege (Id=d5b32fc2-2f74-486b-a2d5-7a2506d1e580)Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147220960</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>Principal user (Id=01173ea9-b2c3-e311-9836-005056a16449, type=8) is missing prvAssignTerritory privilege (Id=d5b32fc2-2f74-486b-a2d5-7a2506d1e580)</Message>
<Timestamp>2015-08-28T06:27:56.8593555Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText>
[FinalUpdateUserOnOpportunityCount: FinalUpdateUserOnOpportunityCount.UpdateOpportunity]
[e8ee42b6-b84c-e511-a965-005056a16449: Update of opportunity count ]
</TraceText>
</OrganizationServiceFault>
I have a plugin that runs on update of the opportunity and saves the result in the corresponding initiating user.id to the user entity.this error throws up on the user save of opportunity,which role is this user missing in this case,thanks.
Regards.
*This post is locked for comments
I have the same question (0)