system.kanoa.inventory.updateUnitOfMeasureField(uomId, field, value, userId)
Updates the unit of measure field with the passed value for the uomId
Parameters
uomId Integer: Id of unit of measure to update
field String: Valid options are uomCode, uomName
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