Skip to main content

system.kanoa.inventory.updatePartInventoryBalance(partInventoryBalanceInfo, userId)

Updates a part inventory balance record.


Parameters

partInventoryBalanceInfo Dictionary

- averageUnitCostFloat
- inventoryAssetIdInteger
- lastCountedAtUtcDateTime
- partIdInteger
- partInventoryBalanceIdInteger
- quantityOnHandFloat
- quantityOnOrderFloat
- quantityReservedFloat

userId Integer:Id of the user executing the function


Returns

# of records modified Integer
message String None if success


Example