Noob Inventory Calculation Question

Good Morning!

I’m a systems/tech guy not an inventory/supply chain specialist by any degree so this may be a very basic question, but is there an out of the box field/ BO that accounts for reserved in the total inventory available? We basically want available inventory - reserved and I’m just wondering if there is already a field that has this calculation. This is all purchased inventory not from jobs.

I see the following:

image

but none mention the total - reserved. Should I just manually do the calculated column in a baq?

There’s an allocatedQty field in the partbin table

1 Like

Thanks! I do have that one, but does that field also take into account reserved inventory? It doesn’t look like it does. Will I need to manually subtract reserved from this value to get the truly available inventory?

Does your company use the Fulfillment Workbench? All of the calculations are there.

Yes we use it 24/7, but my user wants to see ATS (Available to Sell) in a dashboard. We already have OnHand/ Allocated fields from PartBin in the BAQ and a calculated field for “Available” that is: PartBin.OnhandQty - PartBin.AllocatedQty

Should I just also subtract reserved in this calculation?

Yes, and if you use picking, subtract picking and picked.

1 Like

Great Thanks!!