InventoryQuantityOnHand Property
The quantity in stock for this inventory item.
Syntax
char* GetInventoryQuantityOnHand();
int SetInventoryQuantityOnHand(char* lpszInventoryQuantityOnHand);
Default Value
"0"
Remarks
The total quantity you have on hand for this item.
If both InventoryQuantityOnHand and PurchaseCost are included, then InventoryTotalValue will be set to InventoryQuantityOnHand times PurchaseCost, regardless of what InventoryTotalValue is explicitly set to.
This property is only applicable for Inventory Items (ItemType = itInventory).
Data Type
String