PolyLookup: Dropdown values disappear when FetchXML passed in Lookup View #173
Labels
component: PolyLookup
status: info needed ℹ️
More information or details are required to address the issue or problem
I'm passing a FetchXML in the lookup view box to make search enabled on name rather than the primary name column. When I'm doing this, the dropdown list becomes empty and nothing is shown when I search.
Please correct me if I’m doing something wrong
FetchXML:
<fetch> <entity name="crcbd_EmployerContactRepository"> <attribute name="crcbd_ContactID"/> <attribute name="crcbd_Name"/> <attribute name="crcbd_ContactNumber"/> <attribute name="crcbd_ContactPosition"/> <attribute name="crcbd_Email"/> <order attribute="crcbd_ContactID" descending="false"/> <filter type="and"> <condition attribute="statecode" operator="eq" value="0"/> <condition attribute="crcbd_Name" operator="like" value="%{{PolyLookupSearch}}%"/> </filter> </entity> </fetch>
Screenshot component:
Screenshot output:
The text was updated successfully, but these errors were encountered: