system.kanoa.event.updateModeEvent
Description
Updates any of the mode event table fields such as modeId, workOrderId, itemId or comment fields.Syntax
updateModeEvent(field, value, modeSourceId, userId, modeEventId)Parameters:
Returns:
Code Examples
# Example Usage:
modeSourceId = 789
userId = 5
modeEventId = 123
recordsModified = system.kanoa.event.updateModeEvent('comment', 'we just added a comment', modeSourceId, userId, modeEventId)