system.kanoa.inventory.updateUnitOfMeasure(unitOfMeasureInfo, userId)
Updates a unit of measure record.
Parameters
unitOfMeasureInfo Dictionary
| - enabled | Boolean | |
| - uomCode | String | |
| - uomId | Integer | |
| - uomName | String |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example