Is there any way to get the item `quantityavailabl...
# suitescript
d
Is there any way to get the item
quantityavailable
using N/query SuiteQL? I haven't found anything in the query that supports the available quantity of an item.
s
You could sum over the locations quantityavailable
d
quantityavailable is not exposed in the query
b
you should be able to find details about how to join the item to the
aggregateItemLocation
in the records catalog
if you are very unfortunate, you will have to join
inventoryNumber
and
InventoryNumberLocation