Skip to main content

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

Updates a procedure step event. All procedureStepEventInfo keys are required.


Parameters

procedureStepInfo Dictionary

- actualMinutesInteger
- commentString
- completedBoolean
- procedureStepEventIdIntegerId of procedure step event
- procedureStepIdIntegerId of procedureStep
- workOrderEventIdIntegerId of workOrderEvent

userId Integer:Id of the user executing the function


Returns

# of records modified Integer
message String None if success


Example