---
title: "Codeunit 5906 ServLogManagement"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/5906-servlogmanagement/
type: codeunit
id: 5906
name: "ServLogManagement"
app: "Base Application"
namespace: Microsoft.Service.Document
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/5906-servlogmanagement/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 5906 ServLogManagement

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5906-servlogmanagement/

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

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| ServOrderEventDescription | (Integer) | Text[50] | public | 17-28 | - | - |
| ServItemEventDescription | (Integer) | Text[50] | public | 17-28 | - | - |
| ServItemCreated | (Record Service Item) | - | public | 17-28 | - | - |
| ServItemAutoCreated | (Record Service Item) | - | public | 17-28 | - | - |
| ServItemAddToContract | (Record Service Contract Line) | - | public | 17-28 | - | - |
| ServItemRemovedFromContract | (Record Service Contract Line) | - | public | 17-28 | - | - |
| ServItemToServOrder | (Record Service Item Line) | - | public | 17-28 | - | - |
| ServItemOffServOrder | (Record Service Item Line) | - | public | 17-28 | - | - |
| ServItemComponentAdded | (Record Service Item Component) | - | public | 17-28 | - | - |
| ServItemComponentRemoved | (Record Service Item Component) | - | public | 17-28 | - | - |
| ServItemCustChange | (Record Service Item, Record Service Item) | - | public | 17-28 | - | - |
| ServItemShipToCodeChange | (Record Service Item, Record Service Item) | - | public | 17-28 | - | - |
| ServItemStatusChange | (Record Service Item, Record Service Item) | - | public | 17-28 | - | - |
| ServItemSerialNoChange | (Record Service Item, Record Service Item) | - | public | 17-28 | - | - |
| ServItemNoChange | (Record Service Item, Record Service Item) | - | public | 17-28 | - | - |
| ServItemItemNoChange | (Record Service Item, Record Service Item) | - | public | 17-28 | - | - |
| ServItemReplaced | (Record Service Item, Record Service Item) | - | public | 17-28 | - | - |
| ServItemDeleted | (Code[20]) | - | public | 17-28 | - | - |
| ServHeaderStatusChange | (Record Service Header, Record Service Header) | - | public | 17-28 | - | - |
| ServHeaderCustomerChange | (Record Service Header, Record Service Header) | - | public | 17-28 | - | - |
| ServHeaderShiptoChange | (Record Service Header, Record Service Header) | - | public | 17-28 | - | - |
| ServHeaderAllocation | (Code[20], Integer, Code[20], Integer) | - | public | 17-28 | - | - |
| ServHeaderCancelAllocation | (Code[20], Integer, Code[20], Integer) | - | public | 17-28 | - | - |
| ServHeaderReallocationNeeded | (Code[20], Integer, Code[20], Integer) | - | public | 17-28 | - | - |
| ServHeaderCreate | (Record Service Header) | - | public | 17-28 | - | - |
| ServOrderShipmentPost | (Code[20], Code[20]) | - | public | 17-28 | - | - |
| ServOrderInvoicePost | (Code[20], Code[20]) | - | public | 17-28 | - | - |
| ServInvoicePost | (Code[20], Code[20]) | - | public | 17-28 | - | - |
| ServCrMemoPost | (Code[20], Code[20]) | - | public | 17-28 | - | - |
| ServHeaderManualDelete | (Record Service Header) | - | public | 17-28 | - | - |
| ServHeaderContractNoChanged | (Record Service Header, Record Service Header) | - | public | 17-28 | - | - |
| ServOrderQuoteChanged | (Record Service Header, Record Service Header) | - | public | 17-28 | - | - |
| ServHeaderRepairStatusChange | (Record Service Item Line, Record Service Item Line) | - | public | 17-28 | - | - |
| LoanerLent | (Record Loaner Entry) | - | public | 17-28 | - | - |
| LoanerReceived | (Record Loaner Entry) | - | public | 17-28 | - | - |
| ServItemLineResponseDateChange | (var Record Service Item Line, var Record Service Item Line) | - | public | 17-28 | - | - |
| ServItemLineResponseTimeChange | (var Record Service Item Line, var Record Service Item Line) | - | public | 17-28 | - | - |
| ServItemBlockedChange | (Record Service Item, Record Service Item) | - | public | 24-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeServItemEventDescription | (var Integer) | 17-28 | - | - |
| Integration event | OnServItemEventDescription | (Integer, var Text[50], var Boolean) | 17-28 | - | - |
| Integration event | OnServHeaderCreateOnCaseElse | (var Record Service Document Log, Record Service Header) | 17-28 | - | - |
| Integration event | OnServOrderEventDescription | (Integer, var Text[50], var Boolean) | 17-28 | - | - |
| Integration event | OnServItemAddToContractOnBeforeServItemLogInsert | (var Record Service Item Log, Record Service Contract Line) | 22-28 | - | - |
| Integration event | OnServItemRemovedFromContractOnBeforeServItemLogInsert | (var Record Service Item Log, Record Service Contract Line) | 22-28 | - | - |
| Integration event | OnServItemToServOrderOnBeforeServItemLogInsert | (var Record Service Item Log, Record Service Item Line) | 22-28 | - | - |
| Integration event | OnServItemOffServOrderOnBeforeServItemLogInsert | (var Record Service Item Log, Record Service Item Line) | 22-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.
