Codeunit 99000792 Create Prod. Order from Sale in 19
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 3
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| CreateProdOrder | (Record Sales Line, Enum Production Order Status, Option) | public | Pending 18.0 | ||||
| Replaced by CreateProductionOrder(). | |||||||
| SetHideValidationDialog | (Boolean) | public | - | ||||
| CreateProductionOrder | (Record Sales Line, Enum Production Order Status, Enum Create Production Order Type) | public | - | ||||
Events, 9
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterCreateProdOrder | (var Record Production Order, var Record Sales Line) | - |
| Integration event | OnAfterCreateProdOrderFromSalesLine | (var Record Production Order, var Record Sales Line) | - |
| Integration event | OnBeforeCreateProdOrderLines | (var Record Production Order, var Record Sales Line, var Boolean) | - |
| Integration event | OnBeforeUpdateSalesLineReserve | (var Record Sales Line, var Record Prod. Order Line, var Boolean) | - |
| Integration event | OnCreateProdOrderOnAfterProdOrderInsert | (var Record Production Order, Record Sales Line) | - |
| Integration event | OnCreateProdOrderOnBeforeProdOrderInsert | (var Record Production Order, Record Sales Line) | - |
| Integration event | OnCreateProdOrderOnBeforeProcessItemSourceType | (var Record Production Order, var Record Sales Line, var Boolean) | - |
| Integration event | OnCreateProductionOrderOnBeforeProdOrderLineModify | (var Record Prod. Order Line, var Record Sales Line, var Record Production Order, var Codeunit Sales Line-Reserve) | - |
| Integration event | OnCreateProductionOrderOnBeforeItemOrder | (var Record Production Order, var Record Sales Line) | - |