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

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/99000837-prod-order-line-reserve/

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

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CreateReservation | (var Record Prod. Order Line, Text[100], Date, Decimal, Decimal, Record Reservation Entry) | - | public | 17-28 | - | - |
| CreateReservation | (var Record Prod. Order Line, Text[100], Date, Decimal, Decimal, Code[50], Code[50]) | - | public | 17-18 | Pending 16.0 | Replaced by CreateReservation(ProdOrderLine, Description, ExpectedReceiptDate, Quantity, QuantityBase, ForReservEntry) |
| CreateReservationSetFrom | (Record Tracking Specification) | - | public | 17-28 | - | - |
| FilterReservFor | (var Record Reservation Entry, Record Prod. Order Line) | - | public | 17-18 | Pending 16.0 | Replaced by ProdOrderLine.SetReservationFilters(FilterReservEntry) |
| Caption | (Record Prod. Order Line) | Text | public | 17-28 | - | - |
| FindReservEntry | (Record Prod. Order Line, var Record Reservation Entry) | Boolean | public | 17-28 | - | - |
| VerifyChange | (var Record Prod. Order Line, var Record Prod. Order Line) | - | public | 17-28 | - | - |
| VerifyQuantity | (var Record Prod. Order Line, var Record Prod. Order Line) | - | public | 17-28 | - | - |
| UpdatePlanningFlexibility | (var Record Prod. Order Line) | - | public | 17-28 | - | - |
| TransferPOLineToPOLine | (var Record Prod. Order Line, var Record Prod. Order Line, Decimal, Boolean) | - | public | 17-28 | - | - |
| TransferPOLineToItemJnlLine | (var Record Prod. Order Line, var Record Item Journal Line, Decimal) | - | public | 17-28 | - | - |
| DeleteLineConfirm | (var Record Prod. Order Line) | Boolean | public | 17-28 | - | - |
| DeleteLine | (var Record Prod. Order Line) | - | public | 17-28 | - | - |
| AssignForPlanning | (var Record Prod. Order Line) | - | public | 17-28 | - | - |
| Block | (Boolean) | - | public | 17-28 | - | - |
| CallItemTracking | (var Record Prod. Order Line) | - | public | 17-28 | - | - |
| UpdateItemTrackingAfterPosting | (Record Prod. Order Line) | - | public | 17-28 | - | - |
| InitFromProdOrderLine | (var Record Tracking Specification, var Record Prod. Order Line) | - | public | 25-28 | - | - |
| TransferInventoryProfileFromProdOrderLine | (var Record Inventory Profile, var Record Prod. Order Line, var Record Reservation Entry) | - | public | 25-28 | - | - |
| TransferPlanningLineToPOLine | (var Record Requisition Line, var Record Prod. Order Line, Decimal, Boolean) | - | public | 27-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterCallItemTracking | (var Record Prod. Order Line) | 17-28 | - | - |
| Integration event | OnBeforeTransferPOLineToPOLine | (var Record Prod. Order Line, var Record Prod. Order Line) | 17-28 | - | - |
| Integration event | OnDeleteLineOnAfterDeleteReservEntries | (var Record Prod. Order Line) | 17-28 | - | - |
| Integration event | OnTransferPOLineToItemJnlLineOnBeforeHandleItemTrackingOutput | (var Record Prod. Order Line, var Record Item Journal Line, var Record Reservation Entry, var Boolean) | 17-28 | - | - |
| Integration event | OnVerifyChangeOnBeforeHasError | (Record Prod. Order Line, Record Prod. Order Line, var Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeTransferPOLineToItemJnlLineReservEntry | (Record Reservation Entry, Record Prod. Order Line, Record Item Journal Line, var Decimal, var Boolean) | 18-28 | - | - |
| Integration event | OnTransferPOLineToItemJnlLineOnBeforeTestItemJnlLineFields | (var Record Item Journal Line, var Record Prod. Order Line, var Boolean) | 18-28 | - | - |
| Integration event | OnCallItemTrackingOnBeforeItemTrackingLinesRunModal | (var Record Prod. Order Line, var Page Item Tracking Lines) | 18-28 | - | - |
| Integration event | OnDeleteLineConfirmOnAfterReservEntry2Modify | (var Record Reservation Entry) | 18-28 | - | - |
| Integration event | OnBeforeSetTrackingFilterFromItemJnlLine | (Record Reservation Entry, var Record Item Journal Line, var Boolean, var Boolean) | 19-28 | - | - |
| Integration event | OnBeforeSetNewTrackingFromItemJnlLine | (var Codeunit Create Reserv. Entry, var Record Item Journal Line, Record Reservation Entry, var Boolean) | 19-28 | - | - |
| Integration event | OnBeforeCallItemTracking | (var Record Prod. Order Line, var Boolean) | 22-28 | - | - |
| Integration event | OnCreateReservationOnBeforeCreateReservEntry | (var Record Prod. Order Line, var Decimal, var Decimal, var Record Reservation Entry, var Record Tracking Specification, var Boolean, Date, Text[100], Date) | 24-28 | - | - |
| Integration event | OnBeforeAutoReserveProdOrderLine | (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 Prod. Order Line) | 25-28 | Pending 27.0 | This event is never raised. |
| Integration event | OnAfterInitFromProdOrderLine | (var Record Tracking Specification, Record Prod. Order Line) | 25-28 | - | - |
| Integration event | OnAfterTransferInventoryProfileFromProdOrderLine | (var Record Inventory Profile, Record Prod. Order Line) | 25-28 | - | - |
| Integration event | OnAfterGetSourceValue | (Record Reservation Entry, var RecordRef, Option) | 25-28 | - | - |
| Integration event | OnSetProdOrderLineOnBeforeUpdateReservation | (var Record Reservation Entry, Record Prod. Order Line) | 26-28 | - | - |
| Integration event | OnBeforeTransferPlanningLineToPOLine | (var Record Requisition Line, var Record Prod. Order Line, Decimal, Boolean, var Boolean) | 27-28 | - | - |
| Integration event | OnTransferPlanningLineToPOLineOnBeforeCheckFields | (var Record Requisition Line, var Record Prod. Order Line, Decimal, Boolean, var Boolean) | 27-28 | - | - |
| Integration event | OnTransferReqLineToPOLineOnBeforeTransfer | (var Record Reservation Entry, var Record Requisition Line, var Record Prod. Order Line) | 27-28 | - | - |
| Integration event | OnBeforeAssignForPlanning | (var Record Prod. Order Line, 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.
