Skip to main content

system.kanoa.lot.updateRouteStepEventField(routeStepEventId, field, value, userId)

Updates the passed field value for the given routeStepEventId


Parameters

routeStepEventId Integer: Id of the route step event to update
field String: Name of column
value pyObject: Datatype of referenced field
userId Integer


Returns

# of records modified Integer
message String None if success


Example

# Add the lotOperationEventId
recordsModified, msg = system.kanoa.lot.updateRouteStepEventField(5001, "lotOperationEventId", 2980, 123)