Skip to main content

system.kanoa.inventory.updatePartInventoryPolicy(partInventoryPolicyInfo, userId)

Updates a part inventory policy record.


Parameters

partInventoryPolicyInfo Dictionary

- countFrequencyDaysInteger
- inventoryAssetIdInteger
- isStockedBoolean
- maxQtyFloat
- minQtyFloat
- partIdInteger
- partInventoryPolicyIdInteger
- reorderPointQtyFloat
- reorderQtyFloat
- safetyStockQtyFloat

userId Integer:Id of the user executing the function


Returns

# of records modified Integer
message String None if success


Example