Hi,
On an Opportunity, I am trying to set a filtered lookup where when the Company is selected, that the Lookup for Contacts only shows Contacts from that Company.
I have filtered lookups set on the form where Only show records where:
Customer(Contacts) (Opportunities)
contains
Company Name (Contacts) (Contacts)
This throws a general CRM error:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.FormatException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #998ABC4DDetail:
<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.FormatException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #998ABC4D</Message>
<Timestamp>2015-10-23T14:29:02.0675931Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
When I choose Only show records where:
Account (Opportunities)
contains
Company Name (Companies) (Contacts)
I still get the FULL list of Contacts in the Lookup.
Can someone help?