Skip to main content

system.kanoa.cmms.updateProcedureStepCheck(checkInfo, userId)

Updates a procedure step. All procedureStepInfo keys are required.


Parameters

checkInfo Dictionary

- checkConfigString
- checkDescriptionString
- checkNameString
- enabledBoolean
- procedureStepCheckIdIntegerId of procedure step check
- procedureStepIdIntegerId of procedure step
- requiredBoolean
- sortOrderInteger

userId Integer:Id of the user executing the function


Returns

# of records modified Integer
message String None if success


Example