---
title: "Codeunit 1032 Job Planning Line-Reserve"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/1032-job-planning-line-reserve/
type: codeunit
id: 1032
name: "Job Planning Line-Reserve"
app: "Base Application"
namespace: Microsoft.Projects.Project.Planning
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/1032-job-planning-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 1032 Job Planning Line-Reserve

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/1032-job-planning-line-reserve/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Projects.Project.Planning |
| Versions | 17-28 |
| Source file | Projects/Project/Planning/JobPlanningLineReserve.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CreateReservation | (Record Job Planning Line, Text[100], Date, Decimal, Decimal, Record Reservation Entry) | - | public | 17-28 | - | - |
| CreateReservation | (Record Job Planning Line, Text[100], Date, Decimal, Decimal, Code[50], Code[50]) | - | public | 17-18 | Pending 16.0 | Replaced by CreateReservation(JobPlanningLine, 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 Job Planning Line) | - | public | 17-18 | Pending 16.0 | Replaced by JobPlanningLine.SetReservationFilters(FilterReservEntry) |
| ReservQuantity | (Record Job Planning Line, var Decimal, var Decimal) | - | public | 17-28 | - | - |
| Caption | (Record Job Planning Line) | Text | public | 17-28 | - | - |
| FindReservEntry | (Record Job Planning Line, var Record Reservation Entry) | Boolean | public | 17-28 | - | - |
| VerifyChange | (var Record Job Planning Line, var Record Job Planning Line) | - | public | 17-28 | - | - |
| VerifyQuantity | (var Record Job Planning Line, var Record Job Planning Line) | - | public | 17-28 | - | - |
| TransferJobLineToItemJnlLine | (var Record Job Planning Line, var Record Item Journal Line, Decimal) | Decimal | public | 17-28 | - | - |
| DeleteLine | (var Record Job Planning Line) | - | public | 17-28 | - | - |
| BindToPurchase | (Record Job Planning Line, Record Purchase Line, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| BindToRequisition | (Record Job Planning Line, Record Requisition Line, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| BindToTransfer | (Record Job Planning Line, Record Transfer Line, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| BindToProdOrder | (Record Job Planning Line, Record Prod. Order Line, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| BindToAssembly | (Record Job Planning Line, Record Assembly Header, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| CreateBindingReservation | (Record Job Planning Line, Text[100], Date, Decimal, Decimal) | - | public | 19-28 | - | - |
| CallItemTracking | (var Record Job Planning Line) | - | public | 21-28 | - | - |
| DeleteLineInternal | (var Record Job Planning Line, Boolean) | - | internal | 21-28 | - | - |
| GetReservedQtyFromInventory | (Record Job Planning Line) | Decimal | public | 23-28 | - | - |
| GetReservedQtyFromInventory | (Record Job) | Decimal | public | 23-28 | - | - |
| BindToTracking | (Record Job Planning Line, Record Tracking Specification, Text[100], Date, Decimal, Decimal) | - | public | 25-28 | - | - |
| InitFromJobPlanningLine | (var Record Tracking Specification, var Record Job Planning Line) | - | public | 25-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterReservQuantity | (Record Job Planning Line, var Decimal, var Decimal) | 17-28 | - | - |
| Integration event | OnBeforeCheckReservedQtyBase | (Record Job Planning Line, var Boolean, var Decimal) | 17-28 | - | - |
| Integration event | OnBeforeVerifyQuantity | (var Record Job Planning Line, var Record Job Planning Line, var Boolean) | 20-28 | - | - |
| Integration event | OnVerifyChangeOnBeforeHasErrorCheck | (Record Job Planning Line, Record Job Planning Line, var Boolean, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeBindToProdOrder | (Record Job Planning Line, Record Prod. Order Line, Decimal, Decimal, var Boolean) | 22-27 | Pending 25.0 | Use procedure BindToTracking() |
| Integration event | OnBeforeAutoReserveJobPlanningLine | (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 Job Planning Line) | 25-28 | Pending 27.0 | This event is never raised. |
| Integration event | OnAfterInitFromJobPlanningLine | (var Record Tracking Specification, Record Job Planning Line) | 25-28 | - | - |
| Integration event | OnUpdateReservationsWhenPostingJobPlaningLineNegativeAdjFromPOOnAfterTempReservationEntryInserted | (var Record Job Planning Line, var Record Item Journal Line, var Record Reservation Entry, var Record Reservation Entry) | 27-28 | - | - |
| Integration event | OnBeforeTransferJobPlanningLineToItemJournalLineReservationEntry | (var Record Job Planning Line, var Record Item Journal Line, var Record Reservation Entry, var Decimal, var Boolean) | 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.
