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
- requiredBoolean
- sortOrderInteger
- stepConfigString
- stepDescriptionString
- stepNameString

userId Integer:Id of the user executing the function


Returns

procedureStepId Integer
message String None if success


Example