Inventory SOHCollection class properties
Hi,
We need to determine "Available stock on hand" and (with prior assistance from these forums) now have a JiwaInventory.Inventory object for an item.
This object exposes a SOHCollection class, which supports a Read(bool, logical-warehouse) method. Our testing shows this method populates the TotalSOH and Backorders properties of the SOHCollection.
How do we determine "available" from this?
Is available:
Many thanks!
We need to determine "Available stock on hand" and (with prior assistance from these forums) now have a JiwaInventory.Inventory object for an item.
This object exposes a SOHCollection class, which supports a Read(bool, logical-warehouse) method. Our testing shows this method populates the TotalSOH and Backorders properties of the SOHCollection.
How do we determine "available" from this?
Is available:
- * TotalSOH
* TotalSOH - Backorders
* Something else
Many thanks!