---
title: "Codeunit 926 Assembly Line-Reserve"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/926-assembly-line-reserve/
type: codeunit
id: 926
name: "Assembly Line-Reserve"
app: "Base Application"
namespace: Microsoft.Assembly.Document
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/926-assembly-line-reserve/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 926 Assembly Line-Reserve

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/926-assembly-line-reserve/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Assembly.Document |
| Versions | 17-28 |
| Source file | Assembly/Document/AssemblyLineReserve.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CreateReservation | (Record Assembly Line, Text[100], Date, Decimal, Decimal, Record Reservation Entry) | - | public | 17-28 | - | - |
| CreateReservation | (Record Assembly Line, Text[100], Date, Decimal, Decimal, Code[50], Code[50]) | - | public | 17-18 | Pending 16.0 | Replaced by CreateReservation(AssemblyLine, Description, ExpectedReceiptDate, Quantity, QuantityBase, ForReservEntry) |
| CreateReservationSetFrom | (Record Tracking Specification) | - | public | 17-28 | - | - |
| SetBinding | (Enum Reservation Binding) | - | public | 17-28 | - | - |
| FilterReservFor | (var Record Reservation Entry, Record Assembly Line) | - | public | 17-28 | - | - |
| FindReservEntry | (Record Assembly Line, var Record Reservation Entry) | Boolean | public | 17-28 | - | - |
| ReservEntryExist | (Record Assembly Line) | Boolean | public | 17-28 | - | - |
| DeleteLine | (var Record Assembly Line) | - | public | 17-28 | - | - |
| SetDeleteItemTracking | (Boolean) | - | public | 17-28 | - | - |
| VerifyChange | (var Record Assembly Line, var Record Assembly Line) | - | public | 17-28 | - | - |
| VerifyQuantity | (var Record Assembly Line, var Record Assembly Line) | - | public | 17-28 | - | - |
| Caption | (Record Assembly Line) | Text | public | 17-28 | - | - |
| CallItemTracking | (var Record Assembly Line) | - | public | 17-28 | - | - |
| DeleteLineConfirm | (var Record Assembly Line) | Boolean | public | 17-28 | - | - |
| UpdateItemTrackingAfterPosting | (Record Assembly Line) | - | public | 17-28 | - | - |
| TransferAsmLineToItemJnlLine | (var Record Assembly Line, var Record Item Journal Line, Decimal, Boolean) | Decimal | public | 17-28 | - | - |
| TransferAsmLineToAsmLine | (var Record Assembly Line, var Record Assembly Line, Decimal) | - | public | 17-28 | - | - |
| BindToRequisition | (Record Assembly Line, Record Requisition Line, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| BindToPurchase | (Record Assembly Line, Record Purchase Line, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| BindToProdOrder | (Record Assembly Line, Record Prod. Order Line, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| BindToAssembly | (Record Assembly Line, Record Assembly Header, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| BindToTransfer | (Record Assembly Line, Record Transfer Line, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| CreateBindingReservation | (Record Assembly Line, Text[100], Date, Decimal, Decimal) | - | public | 19-28 | - | - |
| GetReservedQtyFromInventory | (Record Assembly Line) | Decimal | public | 23-28 | - | - |
| GetReservedQtyFromInventory | (Record Assembly Header) | Decimal | public | 23-28 | - | - |
| BindToTracking | (Record Assembly Line, Record Tracking Specification, Text[100], Date, Decimal, Decimal) | - | public | 25-28 | - | - |
| InitFromAsmLine | (var Record Tracking Specification, var Record Assembly Line) | - | public | 25-28 | - | - |
| TransferPlanningCompToAsmLine | (var Record Planning Component, var Record Assembly Line, Decimal, Boolean) | - | public | 26-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnVerifyChangeOnBeforeHasError | (Record Assembly Line, Record Assembly Line, var Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnCallItemTrackingOnBeforeItemTrackingLinesRunModal | (var Record Assembly Line, var Page Item Tracking Lines) | 18-28 | - | - |
| Integration event | OnBeforeCreateReservation | (Record Assembly Line, Text[100], Date, Decimal, Decimal, Record Reservation Entry, Record Tracking Specification, var Boolean) | 22-28 | - | - |
| Integration event | OnCreateReservationOnBeforeCreateReservEntry | (var Record Assembly Line, var Decimal, var Decimal, var Record Reservation Entry, var Record Tracking Specification, var Boolean, Date, Text[100], Date) | 24-28 | - | - |
| Integration event | OnBeforeAutoReserveAssemblyLine | (Integer, var Decimal, var Decimal, Text[100], Date, var Boolean, Text[1], Integer, Record Reservation Entry) | 25-28 | - | - |
| Integration event | OnSetSourceForReservationOnBeforeUpdateReservation | (var Record Reservation Entry, Record Assembly Line) | 25-28 | Pending 27.0 | This event is never raised. |
| Integration event | OnAfterInitFromAsmLine | (var Record Tracking Specification, Record Assembly Line) | 25-28 | - | - |
| Integration event | OnTransferAsmLineToItemJnlLineOnBeforeTransferReservationEntry | (var Record Reservation Entry, var Record Assembly Line, var Record Item Journal Line, var Boolean) | 25-28 | - | - |
| Integration event | OnSetAssemblyLineOnBeforeUpdateReservation | (var Record Reservation Entry, Record Assembly Line) | 26-28 | - | - |
| Integration event | OnDeleteLineOnBeforeDeleteReservationEntries | (Record Assembly Line) | 26-28 | - | - |
| Integration event | OnVerifyQuantityOnBeforeDeleteReservationEntries | (var Record Assembly Line) | 26-28 | - | - |
| Integration event | OnTransferAsmLineToAsmLineOnBeforeTransferReservationEntry | (var Record Assembly Line, var Record Assembly Line, var Record Reservation Entry) | 26-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.
