Skip to main content

system.kanoa.cmms.addProcedureStepEvent(procedureStepEventInfo, userId)

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


Parameters

procedureStepEventInfo Dictionary

- actualMinutesInteger
- commentString
- completedBoolean
- procedureStepIdIntegerId of procedureStep
- workOrderEventIdIntegerId of workOrderEvent

userId Integer:Id of the user executing the function


Returns

procedureStepEventId Integer
message String None if success


Example