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

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5985-serv-item-tracking-rsrv-mgt/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Service.Posting |
| Versions | 17-28 |
| Source file | Service/Posting/ServItemTrackingRsrvMgt.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CheckTrackingSpecification | (Record Service Header, var Record Service Line) | - | public | 17-28 | - | - |
| SaveInvoiceSpecification | (var Record Tracking Specification, var Record Tracking Specification) | - | public | 17-28 | - | - |
| InsertTrackingSpecification | (var Record Service Header, var Record Tracking Specification) | - | public | 17-28 | - | - |
| InsertTempHandlngSpecification | (Integer, var Record Service Line, var Record Tracking Specification, var Record Tracking Specification, var Record Tracking Specification, Boolean) | - | public | 17-28 | - | - |
| RetrieveInvoiceSpecification | (var Record Service Line, var Record Tracking Specification, Boolean) | Boolean | public | 17-28 | - | - |
| DeleteInvoiceSpecFromHeader | (var Record Service Header) | - | public | 17-28 | - | - |
| InsertShptEntryRelation | (var Record Service Shipment Line, var Record Tracking Specification, var Record Tracking Specification, Integer) | Integer | public | 17-28 | - | - |
| InsertValueEntryRelation | (var Record Value Entry Relation) | - | public | 17-28 | - | - |
| TransServLineToItemJnlLine | (var Record Service Line, var Record Item Journal Line, Decimal, var Boolean) | - | public | 17-28 | - | - |
| TransferReservToItemJnlLine | (var Record Service Line, var Record Item Journal Line, Decimal, var Boolean) | - | public | 17-28 | - | - |
| SplitWhseJnlLine | (var Record Warehouse Journal Line, var Record Warehouse Journal Line, var Record Tracking Specification, Boolean) | - | public | 17-28 | - | - |
| AdjustQuantityRounding | (Decimal, Decimal, Decimal, Decimal) | - | public | 17-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeTransferReservToItemJnlLine | (var Record Service Line, var Record Item Journal Line, var Decimal, var Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnAfterCheckTrackingExists | (var Record Reservation Entry, var Boolean) | 18-28 | - | - |
| Integration event | OnCheckTrackingSpecificationOnBeforeGetItemTrackingSetup | (Record Service Line, var Record Item Tracking Setup, var Boolean) | 20-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.
