Hello every one,
I wanna to add a find column existing on related entity to be able to search with on the Quick Find View. Is This possible.
I tried to edit the query using the view desinger but i got this exception :
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>System.Xml.XmlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #5FF7B675</Message>
<Timestamp>2018-12-26T08:12:47.8802562Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault>
<ActivityId>c305ce33-b8d7-48c8-8ed9-615073aae72a</ActivityId>
<ErrorCode>-2147217149</ErrorCode>
<ErrorDetails xmlns:d3p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>'EntityA' entity doesn't contain attribute with Name = 'FieldA'.</Message>
<Timestamp>2018-12-26T08:12:47.8802562Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
looking on forums and community i found that for this view we have <filter type="or" isquickfindfields="1" > which precises the fields that are availble for the quick search when adding a related entity i got the previous exception.
Need your help as soon as possible. Any ideas are almost welcome. Thank you ...