system.kanoa.cmms.updateProcedureStep(procedureStepInfo, userId)
Updates a procedure step. All procedureStepInfo keys are required.
Parameters
procedureStepInfo Dictionary
| - enabled | Boolean | |
| - estimatedMinutes | Integer | |
| - procedureId | Integer | Id of procedure |
| - procedureStepId | Integer | Id of procedure step |
| - stepDescription | String | |
| - stepName | String | |
| - stepNum | Integer |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example