---
title: "Codeunit 6502 Late Binding Management"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/6502-late-binding-management/
type: codeunit
id: 6502
name: "Late Binding Management"
app: "Base Application"
namespace: Microsoft.Inventory.Tracking
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/6502-late-binding-management/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 6502 Late Binding Management

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/6502-late-binding-management/

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

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| ReallocateTrkgSpecification | (var Record Tracking Specification) | - | public | 17-28 | - | - |
| NonspecificReservedQty | (var Record Item Ledger Entry) | Decimal | public | 17-28 | - | - |
| ReleaseForReservation | (Code[20], Code[10], Code[10], Code[50], Code[50], Decimal) | Boolean | public | 17-19 | Pending 17.0 | Replaced by ReleaseForReservation(ItemNo, VariantCode, LocationCode, ItemTrackingSetup, QtyToRelease) |
| ReleaseForReservation | (Code[20], Code[10], Code[10], Record Item Tracking Setup, Decimal) | Boolean | public | 17-28 | - | - |
| ReleaseForReservation | (var Record Item Ledger Entry, Record Reservation Entry, Decimal) | Boolean | public | 17-28 | - | - |
| ReserveItemTrackingLine | (Record Tracking Specification) | - | public | 17-28 | - | - |
| ReserveItemTrackingLine | (Record Tracking Specification, Decimal, Decimal) | - | public | 17-28 | - | - |
| SetOrderTrackingSurplusEntries | (var Record Reservation Entry) | - | public | 17-28 | - | - |
| NonSpecificReservedQtyExceptForSource | (Integer, Record Tracking Specification) | Decimal | public | 18-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeTempSupplyReservEntryInsert | (var Record Reservation Entry, Record Item Ledger Entry) | 17-28 | - | - |
| Integration event | OnReserveItemTrackingLineOnBeforeAutoReserveOneLine | (var Record Reservation Entry) | 17-28 | - | - |
| Integration event | OnPrepareTempDataSetOnAfterItemLedgEntrySetFilters | (var Record Item Ledger Entry, var Record Tracking Specification) | 18-28 | - | - |
| Integration event | OnBeforeInsertTempSupplyReservEntry | (var Record Reservation Entry, Record Item Ledger Entry, var Boolean) | 20-28 | - | - |
| Integration event | OnMakeConnectionOnBeforeTempReservEntryModifyInsert | (var Record Reservation Entry, Record Reservation Entry, Decimal, var Boolean) | 21-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.
