Skip to main content

system.kanoa.cmms.updateProcedure(procedureInfo, userId)

Updates a procedure. All procedureInfo keys are required.


Parameters

procedureInfo Dictionary

- enabledBoolean
- procedureCategoryIdInteger
- procedureIdIntegerId of procedure
- procedureNameStringName of procedure

userId Integer:Id of the user executing the function


Returns

# of records modified Integer
message String None if success


Example