Skip to main content

system.kanoa.lot.updateLotOperationField(lotOperationId, field, value, userId)

Updates the passed field value for the given lotOperationId


Parameters

lotOperationId Integer
field String: Name of column
value pyObject: Datatype of referenced field
userId Integer


Returns

# of records modified Integer
message String None if success


Example

lotOperationId = 1
field = 'enabled'
value = True
userId = 5
retVal, msg = system.kanoa.lot.updateLotOperationField(lotOperationId, field, value, userId)