system.kanoa.cmms.updateWorkOrderConditionField(workOrderConditionId, field, value, userId)
Updates the workOrderCondition field with the passed value for the workOrderConditionId
Parameters
workOrderConditionId Integer: Id of workOrderConditionId to update
field String: Valid options are conditionId, lastGeneratedDate, lastGeneratedCount, conditionInfo
value String: Value to update to
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example