Skip to main content

system.kanoa.lot.getLotActivity(paramsDict)

Returns lots along with quantities grouped by location (asset) and state, filtered by the given parameters


Parameters

paramsDict Dictionary

- assetIdInteger
- assetPathString
- assetTransportNameString
- endDateDateTime
- hasQtyBooleanOnly return lots that have some quantity
- itemIdInteger
- itemNameString
- itemPathString
- lotIdInteger
- lotNameString
- lotStateNameString
- lotStateReasonNameString
- startDateDateTime
- workOrderIdInteger
- workOrderNameString

Returns

lotActivityData pyDataset


Example

paramsDict = {'lotName': 'ACRT123'}
lotData = system.kanoa.lot.getLotActivity(paramsDict)
print lotData