system.kanoa.lot.addLotOperationEvent(lotOperationEventInfo, userId)
Adds a lot operation event
Parameters
lotOperationEventInfo Dictionary
| - assetId | Integer | |
| - enabled | Boolean | |
| - lotOperationId | Integer | |
| - tStamp | Integer | 
userId Integer
Returns
lotOperationEventId Integer
message String None if success
Example
lotOperationEventInfo = {
                            'lotOperationId': 1, 
                            'assetId': 18, 
                            'tStamp': system.date.now(), 
                            'enabled': True
                         }
userId = 5
lotOperationEventId, msg = system.kanoa.lot.addLotOperationEvent(lotOperationEventInfo, userId)