Hello,
I'm trying to customize (at this point just the colors) the quote sub-report. I'm able to update the RDL, but when I try to upload it back to the report (edit report, browse, click save) I get the following error:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Invalid Operation: Trying to update an attribute in Live, which is not allowedDetail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>Invalid Operation: Trying to update an attribute in Live, which is not allowed</Message>
<Timestamp>2011-03-03T18:59:53.23545Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
All I have changed is a few colors, no data source changes, etc.
Any ideas?
Thanks
Jon
*This post is locked for comments
I have the same question (0)