How to get Quantity On Hand and Quantity On Hand (...
# suitescript
v
How to get Quantity On Hand and Quantity On Hand (Base Unit) from item using php tollkit
p
If you’re using the PHP Toolkit, you can grab those fields right off the
InventoryItem
record.
quantityOnHand
will give you the standard value and
quantityOnHandBaseUnits
will return the base unit equivalent.