---
title: "Page 498 Reservation"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/page/498-reservation/
type: page
id: 498
name: "Reservation"
app: "Base Application"
namespace: Microsoft.Inventory.Tracking
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/page/498-reservation/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Page 498 Reservation

Jonas Paprotka, https://jonas-paprotka.de/ref/page/498-reservation/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Inventory.Tracking |
| Versions | 17-28 |
| Source table | 338 |
| Source file | Inventory/Tracking/Reservation.Page.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| SetReservSource | (Variant) | - | public | 17-28 | - | - |
| SetReservSource | (Variant, Enum Transfer Direction) | - | public | 17-28 | - | - |
| SetReservSource | (RecordRef, Enum Transfer Direction) | - | public | 17-28 | - | - |
| SetSalesLine | (var Record Sales Line) | - | public | 17-18 | Pending 16.0 | Replaced by SetReservSource procedure. |
| SetReqLine | (var Record Requisition Line) | - | public | 17-18 | Pending 16.0 | Replaced by SetReservSource procedure. |
| SetPurchLine | (var Record Purchase Line) | - | public | 17-18 | Pending 16.0 | Replaced by SetReservSource procedure. |
| SetItemJnlLine | (var Record Item Journal Line) | - | public | 17-18 | Pending 16.0 | Replaced by SetReservSource procedure. |
| SetProdOrderLine | (var Record Prod. Order Line) | - | public | 17-18 | Pending 16.0 | Replaced by SetReservSource procedure. |
| SetProdOrderComponent | (var Record Prod. Order Component) | - | public | 17-18 | Pending 16.0 | Replaced by SetReservSource procedure. |
| SetAssemblyHeader | (var Record Assembly Header) | - | public | 17-18 | Pending 16.0 | Replaced by SetReservSource procedure. |
| SetAssemblyLine | (var Record Assembly Line) | - | public | 17-18 | Pending 16.0 | Replaced by SetReservSource procedure. |
| SetPlanningComponent | (var Record Planning Component) | - | public | 17-18 | Pending 16.0 | Replaced by SetReservSource procedure. |
| SetTransLine | (Record Transfer Line, Option) | - | public | 17-18 | Pending 16.0 | Replaced by SetReservSource procedure. |
| SetServiceLine | (var Record Service Line) | - | public | 17-18 | Pending 16.0 | Replaced by SetReservSource procedure. |
| SetJobPlanningLine | (var Record Job Planning Line) | - | public | 17-18 | Pending 16.0 | Replaced by SetReservSource procedure. |
| SetReservEntry | (Record Reservation Entry) | - | public | 17-28 | - | - |
| ReservedThisLine | (Record Entry Summary) | Decimal | public | 17-28 | - | - |
| AutoReserve | () | - | public | 17-28 | - | - |
| DrillDownTotalQuantity | () | - | protected | 19-28 | - | - |
| DrillDownReservedQuantity | () | - | protected | 19-28 | - | - |
| DrillDownReservedThisLine | () | - | protected | 19-28 | - | - |
| FilterReservEntry | (var Record Reservation Entry, Record Entry Summary) | - | public | 21-28 | - | - |
| UpdateReservFrom | () | - | public | 21-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterAutoReserve | (Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnAfterCancelReservationCurrentLine | (Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnAfterGetQtyPerUOMFromSource | (Record Reservation Entry, var Decimal) | 17-28 | - | - |
| Integration event | OnAfterRelatesToSummEntry | (Record Entry Summary, var Record Reservation Entry, var Boolean) | 17-28 | - | - |
| Integration event | OnAfterReserveFromCurrentLine | (Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnAfterUpdateReservFrom | (var Record Entry Summary) | 17-28 | - | - |
| Integration event | OnAfterSetSalesLine | (var Record Entry Summary, Record Reservation Entry) | 17-27 | Pending 25.0 | Replaced by event in codeunit SalesLineReserve |
| Integration event | OnAfterSetReqLine | (var Record Entry Summary, Record Reservation Entry) | 17-27 | Pending 25.0 | Replaced by event in codeunit ReqLineReserve |
| Integration event | OnAfterSetPurchLine | (var Record Entry Summary, Record Reservation Entry) | 17-27 | Pending 25.0 | Replaced by event in codeunit PurchLineReserve |
| Integration event | OnAfterSetTransLine | (var Record Entry Summary, Record Reservation Entry) | 17-27 | Pending 25.0 | Replaced by event in codeunit TransferLineReserve |
| Integration event | OnAfterSetServiceLine | (var Record Entry Summary, Record Reservation Entry) | 17-27 | Pending 25.0 | Replaced by event in codeunit ServiceLineReserve |
| Integration event | OnAfterSetProdOrderLine | (var Record Entry Summary, Record Reservation Entry) | 17-27 | Pending 25.0 | Replaced by event in codeunit ProdOrderLineReserve |
| Integration event | OnAfterSetProdOrderComponent | (var Record Entry Summary, Record Reservation Entry) | 17-27 | Pending 25.0 | Replaced by event in codeunit ProdOrderCompReserve |
| Integration event | OnAfterSetItemJnlLine | (var Record Entry Summary, Record Reservation Entry) | 17-27 | Pending 25.0 | Replaced by event in codeunit ItemJnlLineReserve |
| Integration event | OnAfterSetJobPlanningLine | (var Record Entry Summary, Record Reservation Entry) | 17-27 | Pending 25.0 | Replaced by event in codeunit JobPlanningLineReserve |
| Integration event | OnAfterSetAssemblyHeader | (var Record Entry Summary, Record Reservation Entry) | 17-27 | Pending 25.0 | Replaced by event in codeunit AssemblyHeaderReserve |
| Integration event | OnAfterSetAssemblyLine | (var Record Entry Summary, Record Reservation Entry) | 17-27 | Pending 25.0 | Replaced by event in codeunit AssemblyLineReserve |
| Integration event | OnAfterSetPlanningComponent | (var Record Entry Summary, Record Reservation Entry) | 17-27 | Pending 25.0 | Replaced by event in codeunit PlngComponentReserve |
| Integration event | OnBeforeAutoReserve | (Record Reservation Entry, var Boolean, Decimal, Decimal, Decimal, Decimal, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeGetSerialLotNo | (Record Reservation Entry, var Decimal, var Decimal, var Boolean) | 17-28 | - | - |
| Integration event | OnDrillDownTotalQuantity | (RecordRef, Record Entry Summary, Record Reservation Entry, Record Location, Decimal) | 17-28 | - | - |
| Integration event | OnFilterReservEntry | (var Record Reservation Entry, Record Entry Summary) | 17-28 | - | - |
| Integration event | OnGetQtyPerUOMFromSourceRecRef | (RecordRef, var Decimal, var Decimal, var Decimal, var Decimal, var Decimal, Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnFilterReservEntryOnAfterFilterSource | (var Record Reservation Entry, Record Entry Summary, Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnGetSerialLotNoOnAfterSetTrackingFields | (var Record Reservation Entry, Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnSetReservSource | (RecordRef, var Record Reservation Entry, var Text, Integer) | 17-28 | - | - |
| Integration event | OnUpdateReservMgt | (var Record Reservation Entry, var Codeunit Reservation Management) | 17-28 | - | - |
| Integration event | OnBeforeDrillDownReservedThisLine | (var Record Entry Summary, var Record Reservation Entry, var Record Reservation Entry, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeReservedThisLine | (var Record Entry Summary, Record Reservation Entry, Record Reservation Entry, Record Entry Summary, var Decimal, var Boolean) | 20-28 | - | - |
| Integration event | OnAfterFilterReservEntry | (var Record Reservation Entry, Record Entry Summary, Record Reservation Entry) | 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.
