Please help! Below is the error message. Do you think it is related to Javascript resource (parentaccount lookup)?
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: The dependent component SavedQueryVisualization (Id=8bc5fb18-48f2-4782-9e16-3d452fa4ddce) does not exist. Failure trying to associate it with SystemForm (Id=8448b78f-8f42-454e-8e2a-f8196b0419af) 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">8bc5fb18-48f2-4782-9e16-3d452fa4ddce</d2p1:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<d2p1:key>1</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">SavedQueryVisualization</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">8448b78f-8f42-454e-8e2a-f8196b0419af</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 SavedQueryVisualization (Id=8bc5fb18-48f2-4782-9e16-3d452fa4ddce) does not exist. Failure trying to associate it with SystemForm (Id=8448b78f-8f42-454e-8e2a-f8196b0419af) as a dependency. Missing dependency lookup type = PrimaryKeyLookup.</Message>
<Timestamp>2016-02-04T17:05:13.8834666Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>