---
title: "Codeunit 5972 Service Info-Pane Management"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/5972-service-info-pane-management/
type: codeunit
id: 5972
name: "Service Info-Pane Management"
app: "Base Application"
namespace: Microsoft.Service.Document
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/5972-service-info-pane-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 5972 Service Info-Pane Management

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5972-service-info-pane-management/

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

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CalcAvailability | (var Record Service Line) | Decimal | public | 17-28 | - | - |
| CalcNoOfSubstitutions | (var Record Service Line) | Integer | public | 17-28 | - | - |
| CalcNoOfSalesPrices | (var Record Service Line) | Integer | public | 17-28 | - | - |
| CalcNoOfSalesLineDisc | (var Record Service Line) | Integer | public | 17-28 | - | - |
| CalcNoOfServItemComponents | (var Record Service Item Line) | Integer | public | 17-28 | - | - |
| CalcNoOfTroubleshootings | (var Record Service Item Line) | Integer | public | 17-28 | - | - |
| CalcNoOfSkilledResources | (var Record Service Item Line) | Integer | public | 17-28 | - | - |
| ShowServItemComponents | (var Record Service Item Line) | - | public | 17-28 | - | - |
| ShowTroubleshootings | (var Record Service Item Line) | - | public | 17-28 | - | - |
| ShowSkilledResources | (var Record Service Item Line) | - | public | 17-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeCalcNoOfTroubleshootings | (Record Service Item Line, var Integer, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCalcNoOfServItemComponents | (Record Service Item Line, var Integer, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeCalcNoOfSkilledResources | (Record Service Item Line, var Integer, var Boolean) | 17-28 | - | - |
| Integration event | OnCalcAvailabilityOnAfterSetItemFilters | (var Record Item, var Record Service Line) | 17-28 | - | - |
| Integration event | OnAfterCalcAvailability | (Record Service Line, var Record Item, Decimal, Decimal, Date, Enum Analysis Period Type, DateFormula, var Decimal) | 20-28 | - | - |
| Integration event | OnBeforeShowSkilledResources | (var Record Service Item Line, var Boolean) | 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.
