Skip to main content

system.kanoa.order.getProductionOrders(paramsDict)

Returns production orders linked to assets for given parameters. paramsDict keys are optional.


Parameters

paramsDict Dictionary

- assetIdInteger
- assetIdListList of Integers
- assetPathString
- endDateDateTime
- ignoreActualQtyBooleanWhen false, all production against an order will be checked to add an 'actualQty' produced against an order. This is slower.
- itemClassIdInteger
- itemClassIdListList of Integers
- itemClassNameString
- itemIdListList of Integers
- itemNameString
- itemPathString
- startDateDateTime
- workOrderIdInteger
- workOrderNameString
- workOrderSourceIdInteger
- workOrderSourceNameInteger
- workOrderStatusListList of Stringsi.e. ['Released']
- workOrderStatusNameStringi.e.'In Progress'

Returns

Dataset


Example

productionOrders = system.kanoa.order.getProductionOrders({'workOrderName': 'WO-0001'})