system.kanoa.cmms.updateMaintenanceSubTypeField(maintenanceSubTypeId, field, value, userId)
Updates the work type field with the passed value for the maintenanceSubTypeId
Parameters
maintenanceSubTypeId Integer: Id of maintenanceSubType to update
field String: Valid options are title, maintenanceSubTypeName, maintenanceTypeId, 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