Hi All,
I'm facing a issue with CRM 2016 Quote Entity. All was working fine until recently. All a sudden system is not allowing me to Revise Quotes, I can do all the other things like Create, Delete Quote. Once the Quote status changes to Active from Draft, then I'm not able to revise it again, the error I get is..
"The entity cannot be updated because it is read-only"
Log File:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: The entity cannot be updated because it is read-only.Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147220946</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>The entity cannot be updated because it is read-only.</Message>
<Timestamp>2016-11-23T12:24:32.8588768Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Need a solution to this urgently!