Hi All,
I'd like to create a report using some custom expressions in CRM Online, but I keep getting the error:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: The report server has RDLSandboxing enabled and the Value expression for the text box 'Textbox82' contains a reference to a type, namespace, or member 'Environment' that is not allowed. Change the expression to include only allowed namespaces, types, and members.Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147188072</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>The report server has RDLSandboxing enabled and the Value expression for the text box 'Textbox82' contains a reference to a type, namespace, or member 'Environment' that is not allowed. Change the expression to include only allowed namespaces, types, and members.</Message>
<Timestamp>2016-07-11T14:05:06.0869354Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Does anyone know how to disable RDL sandboxing in CRM Online?
MS have the following article https://msdn.microsoft.com/en-us/library/ee210591.aspx but this is fairly non-descript.
*This post is locked for comments
I have the same question (0)