system.kanoa.cmms.updateProcedureStepCheckEvent(checkEventInfo, userId)
Updates a procedure step. All procedureStepInfo keys are required.
Parameters
checkEventInfo Dictionary
| - comment | String | |
| - procedureStepCheckEventId | Integer | Id of procedure step check event |
| - procedureStepCheckId | Integer | Id of procedure step check |
| - procedureStepEventId | Integer | Id of procedure step check event |
| - status | Integer | |
| - value | String |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example