Skip to main content

system.kanoa.inventory.updatePart(partInfo, userId)

Updates a part record.


Parameters

partInfo Dictionary

- defaultUomIdInteger
- enabledBoolean
- isConsumableBoolean
- isCriticalSpareBoolean
- isRepairableBoolean
- isSerializedBoolean
- manufacturerIdInteger
- manufacturerPartNumberString
- notesString
- partCategoryIdInteger
- partDescriptionString
- partIdInteger
- partNumberString

userId Integer:Id of the user executing the function


Returns

# of records modified Integer
message String None if success


Example