I have created a form purpose of this form is to give availability of items present in consignment Warehouse(14) and in it I have created two filters First ItemID(EDT-ItemID) and second Dealer Code(EDT-CustAccount) and Form is having 3 Data sources InventTransferTable, InventTrasnferLine, InventDim.
I have 2 questions:
first, How do I filter the form to contain only records if items which are selected in transfer order line should have AvailablePhysical 1 or more.
Second, How to I make filters(ItemID, DealerCode ) work as intended. To filter records as per filter applied after clicking search button.
I have Overriden and applied query ranges in init and executeQuery methods of InventTransferTable(containing Dealercode) and InventTransferLine(containing ItemId) but not working as intended.