Hi experts,
Can any body help in understanding below code . Flow filter is being fliltered here and Item is sending as parameter, How this filtering effects the qunatityavailabe field
Item.SETFILTER("Date Filter",'%1..%2',0D,TODAY);
Item.SETFILTER("Location Filter",EShopSetup."Default Inventory Location");
Item.SETFILTER("Variant Filter",VariantCode);
IF tabvar."Available Inventory" THEN BEGIN
QuantityAvailable := AvailtoPromise.QtyAvailabletoPromise(Item,GrossReq,SchedRec,TODAY,0,DateFor)
0
Comments