---
title: "Codeunit 99000830 Create Reserv. Entry"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/99000830-create-reserv-entry/
type: codeunit
id: 99000830
name: "Create Reserv. Entry"
app: "Base Application"
namespace: Microsoft.Inventory.Tracking
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/99000830-create-reserv-entry/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 99000830 Create Reserv. Entry

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/99000830-create-reserv-entry/

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

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CreateEntry | (Code[20], Code[10], Code[10], Text[100], Date, Date, Integer, Enum Reservation Status) | - | public | 17-28 | - | - |
| CreateReservEntry | (Code[20], Code[10], Code[10], Text[100], Date, Date) | - | public | 17-28 | - | - |
| CreateReservEntry | (Code[20], Code[10], Code[10], Text[100], Date, Date, Integer) | - | public | 17-28 | - | - |
| CreateReservEntryFor | (Option, Integer, Code[20], Code[10], Integer, Integer, Decimal, Decimal, Decimal, Record Reservation Entry) | - | public | 17-28 | - | - |
| CreateReservEntryFor | (Option, Integer, Code[20], Code[10], Integer, Integer, Decimal, Decimal, Decimal, Code[50], Code[50]) | - | public | 17-18 | Pending 16.0 | Replaced by CreateReservEntryFor(ForType, ForSubtype, ForID, ForBatchName, ForProdOrderLine, ForRefNo, ForQtyPerUOM, Quantity, QuantityBase, ForReservEntry) |
| CreateReservEntryFrom | (Record Tracking Specification) | - | public | 17-28 | - | - |
| CreateReservEntryFrom | (Option, Integer, Code[20], Code[10], Integer, Integer, Decimal, Code[50], Code[50]) | - | public | 17-18 | Pending 16.0 | Replaced by CreateReservEntryFrom(FromTrackingSpecification: Record "Tracking Specification") |
| CreateReservEntryExtraFields | (var Record Tracking Specification, var Record Tracking Specification) | - | public | 17-28 | - | - |
| SetBinding | (Enum Reservation Binding) | - | public | 17-28 | - | - |
| SetPlanningFlexibility | (Enum Reservation Planning Flexibility) | - | public | 17-28 | - | - |
| SetDates | (Date, Date) | - | public | 17-28 | - | - |
| SetQtyToHandleAndInvoice | (Decimal, Decimal) | - | public | 17-28 | - | - |
| SetNewSerialLotNo | (Code[50], Code[50]) | - | public | 17-19 | Pending 17.0 | Replaced by SetNewTrackingFrom() procedures. |
| SetNewTrackingFromItemJnlLine | (Record Item Journal Line) | - | public | 17-28 | - | - |
| SetNewTrackingFromNewTrackingSpecification | (Record Tracking Specification) | - | public | 17-28 | - | - |
| SetNewTrackingFromNewWhseItemTrackingLine | (Record Whse. Item Tracking Line) | - | public | 17-28 | - | - |
| SetNewExpirationDate | (Date) | - | public | 17-28 | - | - |
| SetDisallowCancellation | (Boolean) | - | public | 17-28 | - | - |
| CreateRemainingReservEntry | (var Record Reservation Entry, Decimal, Decimal) | - | public | 17-28 | - | - |
| TransferReservEntry | (Option, Integer, Code[20], Code[10], Integer, Integer, Decimal, Record Reservation Entry, Decimal) | Decimal | public | 17-28 | - | - |
| SignFactor | (var Record Reservation Entry) | Integer | public | 17-28 | - | - |
| GetLastEntry | (var Record Reservation Entry) | - | public | 17-28 | - | - |
| SetItemLedgEntryNo | (Integer) | - | public | 17-28 | - | - |
| SetApplyToEntryNo | (Integer) | - | public | 17-28 | - | - |
| SetApplyFromEntryNo | (Integer) | - | public | 17-28 | - | - |
| SetOverruleItemTracking | (Boolean) | - | public | 17-28 | - | - |
| SetInbound | (Boolean) | - | public | 17-28 | - | - |
| SetUseQtyToInvoice | (Boolean) | - | public | 17-28 | - | - |
| SetUntrackedSurplus | (Boolean) | - | public | 17-28 | - | - |
| UpdateItemTrackingAfterPosting | (var Record Reservation Entry) | - | public | 17-28 | - | - |
| GetLastInsertReservEntry | (var Record Reservation Entry) | - | public | 19-28 | - | - |
| SetCalledFromInvtPutawayPick | (Boolean) | - | internal | 21-28 | - | - |
| SetQtyToHandleAndInvoiceForReservationWithoutItemTracking | (var Record Reservation Entry, Decimal, Decimal, Boolean) | - | internal | 22-28 | - | - |
| CheckReservationEntryForRoundingQty | (Record Reservation Entry) | - | public | 27-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterCheckValidity | (Record Reservation Entry, var Boolean) | 17-28 | - | - |
| Integration event | OnAfterCopyFromInsertReservEntry | (var Record Reservation Entry, var Record Reservation Entry, Record Reservation Entry) | 17 | - | - |
| Integration event | OnAfterCreateEntry | (Code[20], Code[10], Code[10]) | 17-28 | - | - |
| Integration event | OnAfterReservEntryInsert | (var Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnAfterReservEntryInsertNonSurplus | (var Record Reservation Entry, var Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnAfterSignFactor | (Record Reservation Entry, var Integer) | 17-28 | - | - |
| Integration event | OnAfterSetNewTrackingFromItemJnlLine | (var Record Reservation Entry, Record Item Journal Line) | 17-28 | - | - |
| Integration event | OnAfterSetNewTrackingFromNewTrackingSpecification | (var Record Reservation Entry, Record Tracking Specification) | 17-28 | - | - |
| Integration event | OnAfterSetNewTrackingFromNewWhseItemTrackingLine | (var Record Reservation Entry, Record Whse. Item Tracking Line) | 17-28 | - | - |
| Integration event | OnAfterTransferReservEntry | (Record Reservation Entry, Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnBeforeCheckValidity | (var Record Reservation Entry, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeClearTracking | (var Record Reservation Entry, Boolean) | 17-19 | - | - |
| Integration event | OnBeforeCreateRemainingReservEntry | (var Record Reservation Entry, Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnBeforeCreateRemainingNonSurplusReservEntry | (var Record Reservation Entry, Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnBeforeReservEntryInsert | (var Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnBeforeReservEntryInsertNonSurplus | (var Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnBeforeReservEntryUpdateItemTracking | (var Record Reservation Entry, var Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnBeforeSplitNonSurplusReservEntry | (var Record Tracking Specification, var Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnBeforeSplitReservEntry | (var Record Tracking Specification, var Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnBeforeUseOldReservEntry | (var Record Reservation Entry, var Record Reservation Entry) | 17 | - | - |
| Integration event | OnCreateEntryOnBeforeOnBeforeSplitReservEntry | (var Record Reservation Entry, var Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnCreateEntryOnBeforeSurplusCondition | (var Record Reservation Entry) | 17 | - | - |
| Integration event | OnCreateReservEntryExtraFields | (var Record Reservation Entry, Record Tracking Specification, Record Tracking Specification) | 17-28 | - | - |
| Integration event | OnTransferReservEntryOnBeforeUpdateItemTracking | (var Record Reservation Entry) | 17-18 | - | - |
| Integration event | OnTransferReservEntryOnAfterNewReservEntryInsert | (var Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnTransferReservEntryOnBeforeNewReservEntryModify | (var Record Reservation Entry, Boolean) | 17-28 | - | - |
| Integration event | OnTransferReservEntryOnNewItemTracking | (var Record Reservation Entry, var Record Reservation Entry, Decimal) | 17-28 | - | - |
| Integration event | OnAfterCreateRemainingReservEntry | (Record Reservation Entry, Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnTransferReservEntryOnBeforeCreateNewReservEntry | (var Record Reservation Entry, Record Reservation Entry, var Boolean, Decimal) | 17-28 | - | - |
| Integration event | OnUpdateItemTrackingAfterPostingOnBeforeReservEntryModify | (var Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnAfterSetQtyToHandleAndInvoice | (var Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnAfterCopyFromInsertReservEntry | (var Record Reservation Entry, var Record Reservation Entry, Record Reservation Entry, Enum Reservation Status, Boolean) | 18-24 | - | - |
| Integration event | OnAfterCreateReservEntryFor | (var Record Reservation Entry, Integer, Option, Integer, Code[20], Code[10], Integer, Integer, Decimal, Decimal, Decimal, Record Reservation Entry) | 18-28 | - | - |
| Integration event | OnAfterCreateReservEntryFrom | (var Record Reservation Entry) | 18-28 | - | - |
| Integration event | OnBalanceListsOnAfterLoosenFilter1 | (var Record Tracking Specification, Record Tracking Specification) | 18-28 | - | - |
| Integration event | OnBalanceListsOnAfterLoosenFilter2 | (var Record Tracking Specification, Record Tracking Specification) | 18-28 | - | - |
| Integration event | OnBeforeCreateRemainingReservEntryProcedure | (var Record Reservation Entry) | 18-28 | - | - |
| Integration event | OnBeforeCreateWhseItemTrkgLines | (Record Reservation Entry) | 18-28 | - | - |
| Integration event | OnBeforeUseOldReservEntry | (var Record Reservation Entry, var Record Reservation Entry, Integer) | 18-28 | - | - |
| Integration event | OnCreateEntryOnAfterCollectTrackingSpecificationTempTrkgSpec2 | (var Record Tracking Specification, Record Reservation Entry, var Boolean) | 18-28 | - | - |
| Integration event | OnCreateEntryOnBeforeSurplusCondition | (var Record Reservation Entry, Boolean) | 18-19 | - | - |
| Integration event | OnCreateRemainingReservEntryOnBeforeCreateReservEntryFrom | (var Record Reservation Entry) | 18-28 | - | - |
| Integration event | OnTransferReservEntryOnBeforeCheckCarriedItemTrackingSetupTrackingExists | (var Record Reservation Entry, Record Reservation Entry) | 18-28 | - | - |
| Integration event | OnTransferReservEntryOnBeforeCreateRemainingReservEntry | (var Record Reservation Entry, var Record Reservation Entry, Decimal) | 18-28 | - | - |
| Integration event | OnTransferReservEntryOnAfterCalcNewButUnchangedVersion | (var Record Reservation Entry, Record Reservation Entry, Decimal, var Boolean) | 18-28 | - | - |
| Integration event | OnBalanceListsOnBeforeNextStateError | (var Option, var Boolean) | 18-28 | - | - |
| Integration event | OnCreateEntryOnBeforeSplitReservEntryLoop | (var Record Reservation Entry, var Record Reservation Entry, Boolean, var Boolean, var Boolean) | 18-28 | - | - |
| Integration event | OnAfterSplitReservEntry | (var Record Reservation Entry, Record Tracking Specification, var Boolean) | 19-28 | - | - |
| Integration event | OnAfterSetDates | (var Record Reservation Entry) | 19-28 | - | - |
| Integration event | OnBeforeUpdateItemTrackingAfterPosting | (var Record Reservation Entry) | 19-28 | - | - |
| Integration event | OnTransferReservEntryOnBeforeUpdateItemTracking | (var Record Reservation Entry, Record Reservation Entry) | 19-28 | - | - |
| Integration event | OnTransferReservEntryOnBeforeTransferFields | (var Record Reservation Entry, var Boolean, var Boolean, var Integer) | 19-28 | - | - |
| Integration event | OnBeforeClearTracking | (var Record Reservation Entry, var Boolean) | 20-28 | - | - |
| Integration event | OnCreateEntryOnBeforeSurplusCondition | (var Record Reservation Entry, Boolean, var Record Reservation Entry) | 20-28 | - | - |
| Integration event | OnTransferReservEntryOnAfterCalcShouldCreateWhseItemTrkgLines | (Record Reservation Entry, var Boolean) | 20-28 | - | - |
| Integration event | OnAfterCheckSourceTypeSubtype | (var Record Reservation Entry, var Boolean) | 21-28 | - | - |
| Integration event | OnTransferReservEntryOnAfterTransferFields | (var Record Reservation Entry, var Record Reservation Entry, var Boolean, var Boolean, var Integer) | 22-28 | - | - |
| Integration event | OnAfterCopyFromInsertReservEntry | (var Record Reservation Entry, var Record Reservation Entry, Record Reservation Entry, Enum Reservation Status, var Boolean) | 25-28 | - | - |
| Integration event | OnBeforeSignFactor | (var Record Reservation Entry, Boolean, var Integer) | 25-28 | - | - |
| Integration event | OnCheckSourceTypeSubtype | (var Record Reservation Entry, var Boolean) | 25-28 | - | - |
| Integration event | OnBeforeCreateEntry | (Code[20], Code[10], Code[10], Text[100], Date, Date, Integer, Enum Reservation Status) | 27-28 | - | - |
| Integration event | OnBeforeCreateReservEntry | (Code[20], Code[10], Code[10], Text[100], Date, Date) | 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.
