I created a custom entity and added the ability to do a quick create option. I can create a new record from the ribbon when on the entity. But when I click the global quick create, it starts to load then I get an error stating Record not available.
This is the error I am getting.. but in Chrome, it works without a hitch.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #1D2A2766Detail:
<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.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #1D2A2766</Message>
<Timestamp>2017-01-31T15:39:42.3349075Z</Timestamp>
<InnerFault>
<ErrorCode>-2147220969</ErrorCode>
<ErrorDetails xmlns:d3p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>systemform With Id = cba0b6e1-40f9-419d-a0e5-a30bb693f79d Does Not Exist</Message>
<Timestamp>2017-01-31T15:39:42.3349075Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<TraceText i:nil="true" />
</OrganizationServiceFault>
*This post is locked for comments