system.kanoa.cmms.updateProcedureField(procedureId, field, value, userId)
Updates the procedure field with the passed value for the procedureId
Parameters
procedureId Integer: Id of procedureId to update
field String: Valid options are title, procedureName, procedureCategoryId, 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