prvReadQuote
-
Tuesday, May 15, 2012 6:43 PM
Hi,
Users get thes errors below the whole time even if the Securityrole has Read privelege on the Quote. Any ideas?
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=10b121de-1f64-df11-9a53-005056b32163, type=8) is missing prvReadQuote privilege (Id=00a8d04e-ede7-4884-ae18-09c6e55344ca)Detail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147220960</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>Principal user (Id=10b121de-1f64-df11-9a53-005056b32163, type=8) is missing prvReadQuote privilege (Id=00a8d04e-ede7-4884-ae18-09c6e55344ca)</Message>
<Timestamp>2012-05-10T11:31:34.3414926Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>Hans Inge
All Replies
-
Tuesday, May 15, 2012 6:53 PM
Quotes can contain quotedetail. So check privileges once again
Carsten Groth http://carstengroth.wordpress.com Microsoft Dynamics Certified Technology Specialist
-
Tuesday, May 15, 2012 6:59 PMModerator
What is the depth of the privilege? (user/BU/Org?). Depending on the depth they might or might not have the privilege to read the quote. For example if the depth is "User level" then they can only read the quotes that they own, not someone else's quotes.
Gonzalo | gonzaloruizcrm.blogspot.com
-
Tuesday, May 15, 2012 7:25 PM
Quotes can contain quotedetail. So check privileges once again
Carsten Groth http://carstengroth.wordpress.com Microsoft Dynamics Certified Technology Specialist
Hi Carsten,
I've added the priveleges for Quote from the default Salesperson Securityrole. Hope this will be the answer.
Hans Inge
-
Tuesday, May 15, 2012 7:28 PMThe Read privelege for Quote has the Org depth. I don't think this was the issue.
Hans Inge