Eystein Bye
10/23/2023, 8:43 AMinventorynumber
table, but that seems more like a mapping from inventoryId to kitidtdietrich
10/23/2023, 1:24 PMSELECT
Item.ID,
Item.ItemID,
BUILTIN.DF( AggregateItemLocation.location ) AS Location,
AggregateItemLocation.quantityavailable
FROM
Item
INNER JOIN AggregateItemLocation ON
( AggregateItemLocation.Item = Item.ID )
WHERE
( Item.IsInactive = 'F' )
ORDER BY
ItemID,
Location
Clay Roper
10/23/2023, 2:20 PMinventorybalance
table, although I don't know whether certain features are required to be enabled in your environment in order to access it.Eystein Bye
10/23/2023, 2:22 PMinventorybalance
but will check out the AggregateItemLocation
👍michoel
10/24/2023, 1:11 AMAdvanced Bin/Numbered Inventory Management
to access InventoryBalance