---
title: "Codeunit 99000835 Item Jnl. Line-Reserve"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/99000835-item-jnl-line-reserve/
type: codeunit
id: 99000835
name: "Item Jnl. Line-Reserve"
app: "Base Application"
namespace: Microsoft.Inventory.Journal
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/99000835-item-jnl-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 99000835 Item Jnl. Line-Reserve

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/99000835-item-jnl-line-reserve/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Inventory.Journal |
| Versions | 17-28 |
| Source file | Inventory/Journal/ItemJnlLineReserve.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CreateReservation | (var Record Item Journal Line, Text[100], Date, Decimal, Decimal, Record Reservation Entry) | - | public | 17-28 | - | - |
| CreateReservation | (var Record Item Journal Line, Text[100], Date, Decimal, Decimal, Code[50], Code[50]) | - | public | 17-18 | Pending 16.0 | Replaced by CreateReservation(ItemJournalLine, Description, ExpectedReceiptDate, Quantity, QuantityBase, ForReservEntry) |
| CreateReservationSetFrom | (Record Tracking Specification) | - | public | 17-28 | - | - |
| FilterReservFor | (var Record Reservation Entry, Record Item Journal Line) | - | public | 17-18 | Pending 16.0 | Replaced by ItemJnlLine.SetReservationFilters(FilterReservEntry) |
| Caption | (Record Item Journal Line) | Text | public | 17-28 | - | - |
| FindReservEntry | (Record Item Journal Line, var Record Reservation Entry) | Boolean | public | 17-28 | - | - |
| ReservEntryExist | (Record Item Journal Line) | Boolean | public | 17-28 | - | - |
| VerifyChange | (var Record Item Journal Line, var Record Item Journal Line) | - | public | 17-28 | - | - |
| VerifyQuantity | (var Record Item Journal Line, var Record Item Journal Line) | - | public | 17-28 | - | - |
| TransferItemJnlToItemLedgEntry | (var Record Item Journal Line, var Record Item Ledger Entry, Decimal, Boolean) | Boolean | public | 17-28 | - | - |
| RenameLine | (var Record Item Journal Line, var Record Item Journal Line) | - | public | 17-28 | - | - |
| DeleteLineConfirm | (var Record Item Journal Line) | Boolean | public | 17-28 | - | - |
| DeleteLine | (var Record Item Journal Line) | - | public | 17-28 | - | - |
| AssignForPlanning | (var Record Item Journal Line) | - | public | 17-28 | - | - |
| Block | (Boolean) | - | public | 17-28 | - | - |
| CallItemTracking | (var Record Item Journal Line, Boolean) | - | public | 17-28 | - | - |
| RegisterBinContentItemTracking | (var Record Item Journal Line, var Record Tracking Specification) | - | public | 17-28 | - | - |
| CreateItemTracking | (var Record Item Journal Line) | - | public | 22-28 | - | - |
| ReservEntryExist | (Record Item Journal Line, var Record Reservation Entry) | Boolean | public | 23-28 | - | - |
| InitFromItemJnlLine | (var Record Tracking Specification, Record Item Journal Line) | - | public | 25-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeVerifyQuantity | (var Record Item Journal Line, Record Item Journal Line) | 17 | - | - |
| Integration event | OnBeforeTestOldReservEntryLocationCode | (var Record Reservation Entry, var Record Item Journal Line, var Boolean) | 17-28 | - | - |
| Integration event | OnTransferItemJnlToItemLedgEntryOnBeforeTestVariantCode | (var Record Reservation Entry, var Record Item Journal Line, var Boolean) | 17-28 | - | - |
| Integration event | OnVerifyChangeOnBeforeHasError | (Record Item Journal Line, Record Item Journal Line, var Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCallItemTracking | (var Record Item Journal Line, Boolean, var Boolean) | 18-28 | - | - |
| Integration event | OnBeforeVerifyQuantity | (var Record Item Journal Line, Record Item Journal Line, var Codeunit Reservation Management, var Boolean, var Boolean) | 18-28 | - | - |
| Integration event | OnCallItemTrackingOnBeforeItemTrackingLinesRunModal | (var Record Item Journal Line, var Page Item Tracking Lines) | 18-28 | - | - |
| Integration event | OnTransferItemJnlToItemLedgEntryOnBeforeTransferReservEntry | (var Record Item Ledger Entry) | 20-28 | - | - |
| Integration event | OnTransferItemJnlToItemLedgEntryOnAfterTransferReservEntry | (Record Reservation Entry, Enum Reservation Status, Record Item Ledger Entry) | 20-28 | - | - |
| Integration event | OnCreateReservationOnBeforeCreateReservEntry | (var Record Item Journal Line, var Decimal, var Decimal, var Record Reservation Entry, var Boolean) | 20-23 | - | - |
| Integration event | OnBeforeDeleteLine | (var Record Item Journal Line) | 22-24 | - | - |
| Integration event | OnCallItemTrackingOnBeforeCallItemJnlLineItemTracking | (var Record Item Journal Line, var Boolean) | 22-28 | - | - |
| Integration event | OnBeforeVerifyChange | (var Record Item Journal Line, Record Item Journal Line, var Codeunit Reservation Management, var Boolean, var Boolean) | 22-28 | - | - |
| Integration event | OnCreateReservationOnBeforeCreateReservEntry | (var Record Item Journal Line, var Decimal, var Decimal, var Record Reservation Entry, var Boolean, var Record Tracking Specification, Date, var Text[100], Date) | 24-28 | - | - |
| Integration event | OnReservEntryExistOnBeforeReservationEntryIsEmpty | (var Record Reservation Entry, Record Item Journal Line) | 24-28 | - | - |
| Integration event | OnFindReservEntryOnBeforeReservationEntryFindLast | (var Record Reservation Entry, Record Item Journal Line) | 24-28 | - | - |
| Integration event | OnCreateReservationOnBeforeCreateReservation | (var Record Item Journal Line, var Record Tracking Specification, var Text[100], var Date, var Decimal, var Decimal, var Record Reservation Entry) | 24-28 | - | - |
| Integration event | OnBeforeDeleteLine | (var Record Item Journal Line, var Boolean) | 25-28 | - | - |
| Integration event | OnSetSourceForReservationOnBeforeUpdateReservation | (var Record Reservation Entry, Record Item Journal Line) | 25-28 | Pending 27.0 | This event is never raised. |
| Integration event | OnAfterInitFromItemJnlLine | (var Record Tracking Specification, Record Item Journal Line) | 25-28 | - | - |
| Integration event | OnAfterGetSourceValue | (var Record Reservation Entry, var RecordRef, Option) | 25-27 | - | - |
| Integration event | OnCallItemTrackingOnCheckItemPosting | (var Record Item Journal Line) | 27-28 | - | - |
| Integration event | OnAfterCreateReservation | (var Record Item Journal Line, Text[100], Date, Decimal, Decimal, Record Reservation Entry) | 27-28 | - | - |
| Integration event | OnAfterGetSourceValue | (var Record Reservation Entry, var RecordRef, Option, var Decimal) | 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.
