---
title: "Codeunit 6529 Item Tracking Navigate Mgt."
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/6529-item-tracking-navigate-mgt/
type: codeunit
id: 6529
name: "Item Tracking Navigate Mgt."
app: "Base Application"
namespace: Microsoft.Inventory.Tracking
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/6529-item-tracking-navigate-mgt/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 6529 Item Tracking Navigate Mgt.

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/6529-item-tracking-navigate-mgt/

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

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| FindTrackingRecords | (Text, Text, Text, Text) | - | public | 17-26 | Pending 24.0 | Replaced by same procedure with PackageNoFilter parameter |
| Show | (Integer) | - | public | 17-28 | - | - |
| Collect | (var Record Record Buffer) | - | public | 17-28 | - | - |
| FindTrackingRecords | (Text, Text, Text, Text, Text) | - | public | 18-28 | - | - |
| FindTrackingRecords | (var Record Item) | - | public | 18-28 | - | - |
| InsertBufferRec | (RecordRef, Record Item Tracking Setup, Code[20], Code[10]) | - | public | 18-28 | - | - |
| SearchValueEntries | () | - | public | 21-28 | - | - |
| FindPostedWhseShptLine | () | - | public | 21-28 | - | - |
| InsertBufferRecFromItemLedgEntry | () | - | public | 25-28 | - | - |
| InsertBufferRecFromReservEntry | () | - | public | 25-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterShow | (Integer, var Record Record Buffer) | 17-28 | - | - |
| Integration event | OnBeforeTempRecordBufferInsert | (var Record Record Buffer, RecordRef, RecordRef) | 17-28 | - | - |
| Integration event | OnFindTrackingRecordsForItemLedgerEntry | (var Record Item Ledger Entry) | 17-28 | - | - |
| Integration event | OnFindItemLedgerEntryOnBeforeCaseDocumentType | (var Record Item Ledger Entry, RecordRef, var Boolean) | 17-28 | - | - |
| Integration event | OnFindReservEntryOnBeforeCaseDocumentType | (var Record Reservation Entry, RecordRef, var Boolean) | 17-28 | - | - |
| Integration event | OnAfterFindTrackingRecords | (var Record Record Buffer, var Record Item) | 20-28 | - | - |
| Integration event | OnFindTrackingRecordsOnAfterFindSerialNo | (var Record Record Buffer, var Record Item) | 20-28 | - | - |
| Integration event | OnBeforeFindJobLedgEntry | (var Record Job Ledger Entry, var Record Item, var Boolean) | 21-28 | - | - |
| Integration event | OnFindTrackingRecordsOnAfterCalcFiltersAreEmpty | (var Record Item, var Boolean) | 21-28 | - | - |
| Integration event | OnInsertBufferRecOnAfterCalcSkipProcedure | (Code[10], var Boolean) | 21-28 | - | - |
| Integration event | OnSearchValueEntriesOnAfterFindValueEntry | (Record Value Entry) | 25-28 | - | - |
| Integration event | OnShowTable | (Integer, var Record Record Buffer) | 25-28 | - | - |
| Integration event | OnFindItemLedgerEntryOnAfterSetFilters | (var Record Item Ledger Entry, var Record Item) | 26-28 | - | - |
| Integration event | OnFindReservEntryOnAfterSetFilters | (var Record Reservation Entry, var Record Item) | 26-28 | - | - |
| Integration event | OnFindWhseActivLineOnAfterSetFilters | (var Record Warehouse Activity Line, var Record Item) | 26-28 | - | - |
| Integration event | OnFindRegWhseActivLineOnAfterSetFilters | (var Record Registered Whse. Activity Line, var Record Item) | 26-28 | - | - |
| Integration event | OnFindWhseEntryOnAfterSetFilters | (var Record Warehouse Entry, var Record Item) | 26-28 | - | - |
| Integration event | OnFindPostedInvtPutAwayLineOnAfterSetFilters | (var Record Posted Invt. Put-away Line, var Record Item) | 26-28 | - | - |
| Integration event | OnFindPostedInvtPickLineOnAfterSetFilters | (var Record Posted Invt. Pick Line, var Record Item) | 26-28 | - | - |
| Integration event | OnFindLedgerEntryByDocumentType | (var Record Item Ledger Entry, RecordRef) | 27-28 | - | - |
| Integration event | OnFindTrackingRecordsOnBeforeFind | () | 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.
