system.kanoa.inventory.updatePartInventoryPolicy(partInventoryPolicyInfo, userId)
Updates a part inventory policy record.
Parameters
partInventoryPolicyInfo Dictionary
| - countFrequencyDays | Integer | |
| - inventoryAssetId | Integer | |
| - isStocked | Boolean | |
| - maxQty | Float | |
| - minQty | Float | |
| - partId | Integer | |
| - partInventoryPolicyId | Integer | |
| - reorderPointQty | Float | |
| - reorderQty | Float | |
| - safetyStockQty | Float |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example