---
title: "Codeunit 18 Financial Report Mgt."
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/18-financial-report-mgt/
type: codeunit
id: 18
name: "Financial Report Mgt."
app: "Base Application"
namespace: Microsoft.Finance.FinancialReports
versions: "21-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/18-financial-report-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 18 Financial Report Mgt.

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/18-financial-report-mgt/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Finance.FinancialReports |
| Versions | 21-28 |
| Source file | Finance/FinancialReports/FinancialReportMgt.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| LaunchEditRowsWarningNotification | () | - | internal | 21-28 | - | - |
| LaunchEditColumnsWarningNotification | () | - | internal | 21-28 | - | - |
| DisableColumnsDefinitionNotification | (Notification) | - | internal | 21-28 | - | - |
| DisableRowsDefinitionNotification | (Notification) | - | internal | 21-28 | - | - |
| XMLExchangeExport | (Record Financial Report) | - | public | 21-28 | - | - |
| XMLExchangeImport | (Record Financial Report) | - | public | 21-28 | - | - |
| Print | (Record Financial Report) | - | public | 21-28 | - | - |
| LookupName | (Code[10], var Text[10]) | Boolean | public | 21-28 | - | - |
| Initialize | () | - | public | 21-28 | - | - |
| ApplyPackage | (Code[20]) | - | public | 22-28 | - | - |
| RenameColumnLayoutInPackage | (Code[20], Code[10], Code[10]) | - | internal | 24-28 | - | - |
| NotifyUpdateFinancialReport | (var Record G/L Account) | - | internal | 26-28 | - | - |
| OpenFinancialReports | (Notification) | - | public | 26-28 | - | - |
| HideUpdateFinancialReportNotification | (Notification) | - | public | 26-28 | - | - |
| GetUpdateFinancialReportNotificationId | () | Guid | public | 26-28 | - | - |
| NotifyUpdateRowDefinition | (var Record G/L Account) | - | internal | 27-28 | - | - |
| OpenRowDefinitions | (Notification) | - | public | 27-28 | Pending 28.0 | This function has been replaced by OpenWhereUsed and will be removed in a future release. |
| CalcAccScheduleLineDateFilter | (Record Financial Report, var Record Acc. Schedule Line) | - | public | 27-28 | - | - |
| SetAccScheduleLineStartEndDateFormula | (var Record Acc. Schedule Line, DateFormula, DateFormula) | Boolean | public | 27-28 | - | - |
| SetAccScheduleLinePeriodFormula | (var Record Acc. Schedule Line, Code[20], Integer) | Boolean | public | 27-28 | - | - |
| OpenWhereUsed | (Notification) | - | public | 28 | - | - |
| FindGLAccountWhereUsedInAccScheduleLine | (Code[20], var Record G/L Account Where-Used) | Boolean | public | 28 | - | - |
| SetAccScheduleFilter | (Record Financial Report, var Report Account Schedule) | - | public | 28 | - | - |
| SetAccScheduleLineFilter | (Record Financial Report, var Record Acc. Schedule Line) | - | public | 28 | - | - |
| GetDefaultStatus | () | Code[10] | public | 28 | - | - |
| CheckStatus | (Text, Code[10]) | - | public | 28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforePrint | (var Record Financial Report, 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.
