system.kanoa.cmms.updateProcedureStepEvent(procedureStepInfo, userId)
Updates a procedure step event. All procedureStepEventInfo keys are required.
Parameters
procedureStepInfo Dictionary
| - actualMinutes | Integer | |
| - comment | String | |
| - completed | Boolean | |
| - procedureStepEventId | Integer | Id of procedure step event |
| - procedureStepId | Integer | Id of procedureStep |
| - workOrderEventId | Integer | Id of workOrderEvent |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example