---
title: "Codeunit 99000818 Mfg. Carry Out Action"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/99000818-mfg-carry-out-action/
type: codeunit
id: 99000818
name: "Mfg. Carry Out Action"
app: "Base Application"
namespace: Microsoft.Inventory.Requisition
versions: "27-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/99000818-mfg-carry-out-action/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 99000818 Mfg. Carry Out Action

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/99000818-mfg-carry-out-action/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Inventory.Requisition |
| Versions | 27-28 |
| Source file | Manufacturing/Inventory/Requisition/MfgCarryOutAction.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CarryOutActionsFromProdOrder | (Record Requisition Line, Enum Planning Create Prod. Order, Code[10], Code[10], var Record Document Entry, var Codeunit Carry Out Action) | Boolean | public | 27-28 | - | - |
| ProdOrderChgAndReshedule | (Record Requisition Line) | Boolean | public | 27-28 | - | - |
| InsertProductionOrder | (Record Requisition Line, Enum Planning Create Prod. Order, var Record Document Entry) | - | public | 27-28 | - | - |
| InsertProdOrderLine | (Record Requisition Line, Record Production Order, Record Item) | - | public | 27-28 | - | - |
| ReserveBindingOrderToProd | (var Record Prod. Order Line, var Record Requisition Line) | - | public | 27-28 | - | - |
| TransferRouting | (Record Requisition Line, Record Production Order, Code[20], Integer) | Boolean | public | 27-28 | - | - |
| TransferBOM | (Record Requisition Line, Record Production Order, Integer) | - | public | 27-28 | - | - |
| TransferCapNeed | (Record Requisition Line, Record Production Order, Code[20], Integer) | - | public | 27-28 | - | - |
| UpdateComponentLink | (Record Prod. Order Line) | - | public | 27-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnInsertProductionOrderOnProdOrderChoiceCaseElse | (Enum Planning Create Prod. Order) | 27-28 | - | - |
| Integration event | OnBeforeSetProdOrderLineBinCodeFromPlanningRtngLines | (Record Production Order, var Record Prod. Order Line, Record Requisition Line, Record Item, var Boolean) | 27-28 | - | - |
| Integration event | OnBeforeUpdateProdOrderLineQuantity | (var Record Prod. Order Line, Record Requisition Line, Record Item, var Boolean) | 27-28 | - | - |
| Integration event | OnCollectProdOrderForPrinting | (var Record Production Order) | 27-28 | - | - |
| Integration event | OnInsertProdOrderOnBeforeProdOrderInit | (var Record Requisition Line) | 27-28 | - | - |
| Integration event | OnProdOrderChgAndResheduleOnBeforeProdOrderModify | (var Record Production Order, Record Prod. Order Line, Record Requisition Line) | 27-28 | - | - |
| Integration event | OnCarryOutActionsFromProdOrderOnAfterCalcPrintOrder | (var Boolean, Option) | 27-28 | - | - |
| Integration event | OnProdOrderChgAndResheduleOnAfterValidateQuantity | (var Record Prod. Order Line, var Record Requisition Line) | 27-28 | - | - |
| Integration event | OnAfterProdOrderChgAndReshedule | (var Record Requisition Line, var Record Prod. Order Line) | 27-28 | - | - |
| Integration event | OnInsertProdOrderOnAfterFindTempProdOrder | (var Record Requisition Line, var Record Production Order, var Boolean, var Record Item) | 27-28 | - | - |
| Integration event | OnInsertProdOrderOnProdOrderChoiceNotFirmPlannedPrint | (var Record Production Order, Enum Planning Create Prod. Order, var Boolean) | 27-28 | - | - |
| Integration event | OnInsertProdOrderOnBeforeProdOrderInsert | (var Record Production Order, Record Requisition Line) | 27-28 | - | - |
| Integration event | OnInsertProdOrderOnAfterProdOrderInsert | (var Record Production Order, Record Requisition Line) | 27-28 | - | - |
| Integration event | OnInsertProdOrderWithReqLine | (var Record Production Order, var Record Requisition Line) | 27-28 | - | - |
| Integration event | OnAfterInsertProdOrder | (var Record Production Order, Integer, var Record Requisition Line) | 27-28 | - | - |
| Integration event | OnInsertProdOrderLineOnBeforeProdOrderLineInit | (var Record Requisition Line, var Record Item) | 27-28 | - | - |
| Integration event | OnInsertProdOrderLineOnBeforeGetBinCode | (var Record Prod. Order Line, Record Requisition Line) | 27-28 | - | - |
| Integration event | OnInsertProdOrderLineOnBeforeValidateUnitCost | (var Record Requisition Line, Record Production Order, var Record Prod. Order Line, Record Item) | 27-28 | - | - |
| Integration event | OnInsertProdOrderLineWithReqLine | (var Record Prod. Order Line, var Record Requisition Line) | 27-28 | - | - |
| Integration event | OnInsertProdOrderLineOnAfterProdOrderLineInsert | (var Record Prod. Order Line, var Record Requisition Line) | 27-28 | - | - |
| Integration event | OnInsertProdOrderLineOnBeforeModifyProdOrderLine | (var Record Prod. Order Line, var Record Requisition Line) | 27-28 | - | - |
| Integration event | OnAfterInsertProdOrderLine | (Record Requisition Line, Record Production Order, var Record Prod. Order Line, Record Item) | 27-28 | - | - |
| Integration event | OnBeforeDeleteProdOrderLines | (Record Requisition Line, var Boolean) | 27-28 | - | - |
| Integration event | OnInsertProdOrderLineOnAfterTransferRouting | (var Record Prod. Order Line, var Boolean) | 27-28 | - | - |
| Integration event | OnBeforeFinalizeOrderHeader | (Record Production Order, Boolean, var Boolean) | 27-28 | - | - |
| Integration event | OnAfterTransferPlanningRtngLine | (var Record Planning Routing Line, var Record Prod. Order Routing Line) | 27-28 | - | - |
| Integration event | OnAfterProdOrderRtngLineInsert | (var Record Prod. Order Routing Line, Record Planning Routing Line, Record Production Order, Record Requisition Line) | 27-28 | - | - |
| Integration event | OnBeforeTransferBOM | (Record Requisition Line, Record Production Order, Integer, var Boolean) | 27-28 | - | - |
| Integration event | OnTransferBOMOnBeforeProdOrderComp2Init | (var Record Planning Component) | 27-28 | - | - |
| Integration event | OnAfterTransferPlanningComp | (var Record Planning Component, var Record Prod. Order Component) | 27-28 | - | - |
| Integration event | OnTransferBOMOnAfterCopyProdBOMComments | (var Record Planning Component, var Record Prod. Order Component) | 27-28 | - | - |
| Integration event | OnBeforeTransferCapNeed | (Record Requisition Line, Record Production Order, Code[20], Integer, var Boolean) | 27-28 | - | - |
| Integration event | OnBeforeUpdateComponentLink | (Record Prod. Order Line, var Boolean) | 27-28 | - | - |
| Integration event | OnCarryOutToReqWkshOnAfterPlanningRoutingLineInsert | (var Record Planning Routing Line, Record Planning Routing Line) | 27-28 | - | - |
| Integration event | OnCarryOutActionsFromProdOrderOnBeforeCaseStatement | (Record Requisition Line, Enum Planning Create Prod. Order, Code[10], Code[10], var Record Document Entry, var Codeunit Carry Out Action, var Boolean, var Boolean) | 28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
