system.kanoa.inventory.updatePartCategoryField(partCategoryId, field, value, userId)
Updates the part category field with the passed value for the partId
Parameters
partCategoryId Integer: Id of part categoryto update
field String: Valid options are categoryName, parentPartCategoryId, sortOrder, enabled
value String: Value to update to
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example