Hi Guys,
i Have a request that User Enter one Warehouse and many Locations
i handled the location by multiSelect
then i insert in Table Items that meets this criteria with the rest of inventDim combination
for example use choose Warehouse " X " Locations " Y,Z,N".
i must meet this criteria to find the item with the rest of inventory dimensions like Pallet,InventoryStatus,Serial Number etc..
so one item can have multiple records and the same for other items
so i made nested loop for all required dimensions and i use InventDim::FindOrCreate(myCombination) For each loop
but it takes alot of time .. can anyone help ?