cannot open the Opportunity entity. Getting the following error log;
So am trying to location the missing components using the SystemForm ID but the numbers in URL is not matching. Wondering if there is another way to find the ID? Development is in CRM Online, no access to SQL.
Any thoughts appreciated, very large development.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: The dependent component SystemForm (Id=3498c71f-2c4c-4a89-8917-a274e36eba30) does not exist. Failure trying to associate it with SystemForm (Id=335396fd-378d-4f15-97ba-c5076aad0b83) as a dependency. Missing dependency lookup type = PrimaryKeyLookup.Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147160010</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic">
<KeyValuePairOfstringanyType>
<d2p1:key>0</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">3498c71f-2c4c-4a89-8917-a274e36eba30</d2p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d2p1:key>1</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">SystemForm</d2p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d2p1:key>2</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">dependent</d2p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d2p1:key>3</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">SystemForm</d2p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d2p1:key>4</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">335396fd-378d-4f15-97ba-c5076aad0b83</d2p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d2p1:key>5</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">PrimaryKeyLookup</d2p1:value>
</KeyValuePairOfstringanyType>
</ErrorDetails>
<Message>The dependent component SystemForm (Id=3498c71f-2c4c-4a89-8917-a274e36eba30) does not exist. Failure trying to associate it with SystemForm (Id=335396fd-378d-4f15-97ba-c5076aad0b83) as a dependency. Missing dependency lookup type = PrimaryKeyLookup.</Message>
<Timestamp>2017-01-16T15:01:29.9557078Z</Timestamp>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
*This post is locked for comments
I have the same question (0)