system.kanoa.order.getProductionOrderSource
Description
Returns production order source (kanoaOps).Syntax
getProductionOrderSource(paramsDict)- paramsDict (Dictionary) - Parameters to filter production order source.
- pyDataset.
Code Example
# Example Usage:
orderSource = system.kanoa.order.getProductionOrderSource({'enabled': True, 'workOrderSourceId': 1, 'workOrderSourceName': 'ERP'})