Hi all, I have a listview and enabled search for the entity PurchaseOrderHead. I can select several field (and associated fields from PurchaseOrderLine) to be included in the search. However, I cannot select all fields from PurchaseOrderHead. The missing fields are status (enumeration attribute) and duedate (date attribute). Second question: Is there a way to add search fields like the ones you can add to templateGides? Any suggestions? Would be appreciated
asked
Tim Baumer
1 answers
0
The search function for the list view is more or less a full text search on all attributes specified. Since enumerators and date fields require specific data ( I assume also float/currencty field won't work) you can't use those. If you need those field you have to resort to the datagrid/templategrid.