system.kanoa.order.getProductionOrderSource(paramsDict)
Returns production order source. paramsDict keys are optional.
Parameters
paramsDict Dictionary
| - enabled | Boolean | |
| - workOrderSourceId | Integer | |
| - workOrderSourceName | String |
Returns
workOrderSourceData pyDataset
Example
orderSource = system.kanoa.order.getProductionOrderSource({'workOrderSourceName': 'ERP'})