Skip to main content

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

Updates a procedure step. All procedureStepInfo keys are required.


Parameters

procedureStepInfo Dictionary

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

userId Integer:Id of the user executing the function


Returns

# of records modified Integer
message String None if success


Example