---
title: "Codeunit 362 PeriodPageManagement"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/362-periodpagemanagement/
type: codeunit
id: 362
name: "PeriodPageManagement"
app: "Base Application"
namespace: Microsoft.Foundation.Period
versions: "19-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/362-periodpagemanagement/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 362 PeriodPageManagement

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/362-periodpagemanagement/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Foundation.Period |
| Versions | 19-28 |
| Source file | Foundation/Period/PeriodPageManagement.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| FindDate | (Text[3], var Record Date, Enum Analysis Period Type) | Boolean | public | 19-28 | - | - |
| NextDate | (Integer, var Record Date, Enum Analysis Period Type) | Integer | public | 19-28 | - | - |
| CreatePeriodFormat | (Enum Analysis Period Type, Date) | Text[10] | public | 19-28 | - | - |
| MoveDateByPeriod | (Date, Option, Integer) | Date | public | 19-28 | - | - |
| MoveDateByPeriodToEndOfPeriod | (Date, Option, Integer) | Date | public | 19-28 | - | - |
| GetPeriodTypeSymbol | (Option) | Text[1] | public | 19-28 | - | - |
| EndOfPeriod | () | Date | public | 19-28 | - | - |
| GetFullPeriodDateFilter | (Enum Analysis Period Type, Text) | Text | public | 19-28 | - | - |
| FindPeriod | (var Record Item, Text[3], Enum Analysis Period Type, Enum Analysis Amount Type) | - | public | 19-28 | - | - |
| FindPeriodOnMatrixPage | (var Text, var Text, Text[3], Enum Analysis Period Type, Boolean) | - | public | 19-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterCreatePeriodFormat | (Enum Analysis Period Type, Date, var Text[10], var Record Accounting Period) | 19-28 | - | - |
| Integration event | OnBeforeGetFullPeriodDateFilter | (Enum Analysis Period Type, Text, var Record Accounting Period, var Text, var Boolean) | 20-28 | - | - |
| Integration event | OnFindDateOnAfterCalcUseAccountingPeriod | (var Record Date, Enum Analysis Period Type, var Record Accounting Period, var Boolean, var Boolean, var Boolean) | 20-28 | - | - |
| Integration event | OnNextDateOnAfterCalcUseAccountingPeriod | (var Record Date, Enum Analysis Period Type, var Record Accounting Period, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeFindDate | (Text[3], var Record Date, Enum Analysis Period Type, var Boolean, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeNextDate | (Integer, var Record Date, Enum Analysis Period Type, var Record Accounting Period, var Integer, var Boolean) | 21-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.
