---
title: "Codeunit 945 Asm. Carry Out Action"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/945-asm-carry-out-action/
type: codeunit
id: 945
name: "Asm. 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/945-asm-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 945 Asm. Carry Out Action

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

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

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CarryOutActionsFromAssemblyOrder | (Record Requisition Line, Enum Planning Create Assembly Order, var Record Document Entry) | Boolean | internal | 27-28 | - | - |
| InsertAsmHeader | (Record Requisition Line, var Record Assembly Header, var Record Document Entry) | - | internal | 27-28 | - | - |
| AsmOrderChgAndReshedule | (Record Requisition Line) | Boolean | internal | 27-28 | - | - |
| TransferAsmPlanningComp | (Record Requisition Line, Record Assembly Header) | - | internal | 27-28 | - | - |
| ReserveBindingOrderToAsm | (var Record Assembly Header, var Record Requisition Line) | - | internal | 27-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnCollectAsmOrderForPrinting | (var Record Assembly Header) | 27-28 | - | - |
| Integration event | OnCarryOutActionsFromAssemblyOrderOnAfterCalcPrintOrder | (var Boolean, Enum Planning Create Assembly Order) | 27-28 | - | - |
| Integration event | OnBeforeDeleteAssemblyLines | (Record Requisition Line, var Boolean) | 27-28 | - | - |
| Integration event | OnInsertAsmHeaderOnBeforeAsmHeaderInsert | (var Record Assembly Header, Record Requisition Line) | 27-28 | - | - |
| Integration event | OnInsertAsmHeaderOnAfterAsmHeaderInsert | (var Record Assembly Header, Record Requisition Line) | 27-28 | - | - |
| Integration event | OnAfterInsertAsmHeader | (var Record Requisition Line, var Record Assembly Header) | 27-28 | - | - |
| Integration event | OnAsmOrderChgAndResheduleOnBeforeAsmHeaderModify | (var Record Requisition Line, var Record Assembly Header) | 27-28 | - | - |
| Integration event | OnAfterTransferAsmPlanningComp | (var Record Planning Component, var Record Assembly Line) | 27-28 | - | - |
| Integration event | OnBeforeAddResourceComponents | (Record Requisition Line, var Record Assembly Header, var Boolean) | 27-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.
