I have a custom entity called Sales Summary that's N:1 to Account. There are a lot of Sales Summaries in the system, happily linked up to Accounts.
The entity relationship was created as Referential to Account, but I want to change it to Parental.
When I go to make the change I get an error.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Data.SqlClient.SqlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #90509C89Detail: <OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts"> <ErrorCode>-2147220970</ErrorCode> <ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" /> <Message>System.Data.SqlClient.SqlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #90509C89</Message> <Timestamp>2015-10-19T14:28:43.7955578Z</Timestamp> <InnerFault i:nil="true" /> <TraceText i:nil="true" /> </OrganizationServiceFault>
There are no plugins or workflows that operate on this entity. The only dependency is displaying on forms.
2015 Online, Update 1.
TIA!