Skip to main content

system.kanoa.cmms.addProcedureStep(procedureStepInfo, userId)

Adds a procedure step. All procedureStepInfo keys are required.


Parameters

procedureStepInfo Dictionary

- enabledBoolean
- estimatedMinutesInteger
- procedureIdIntegerId of procedure
- stepDescriptionString
- stepNameString
- stepNumInteger

userId Integer:Id of the user executing the function


Returns

procedureStepId Integer
message String None if success


Example