---
title: "Codeunit 1510 Notification Management"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/1510-notification-management/
type: codeunit
id: 1510
name: "Notification Management"
app: "Base Application"
namespace: System.Environment.Configuration
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/1510-notification-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 1510 Notification Management

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/1510-notification-management/

| | |
| --- | --- |
| App | Base Application |
| Namespace | System.Environment.Configuration |
| Versions | 17-28 |
| Source file | System/Notifications/NotificationManagement.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CreateOverdueNotifications | (Record Workflow Step Argument) | - | public | 17-28 | - | - |
| CreateDefaultNotificationSetup | (Option) | - | public | 17-19 | Pending 17.0 | Replaced by CreateDefaultNotificationTypeSetup(). |
| CreateDefaultNotificationTypeSetup | (Enum Notification Entry Type) | - | public | 17-28 | - | - |
| MoveNotificationEntryToSentNotificationEntries | (var Record Notification Entry, Text, Boolean, Option) | - | public | 17-28 | - | - |
| GetDocumentTypeAndNumber | (var RecordRef, var Text, var Text) | - | public | 17-28 | - | - |
| GetActionTextFor | (var Record Notification Entry) | Text | public | 17-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeGetActionTextFor | (var Record Notification Entry, var Text, var Boolean) | 17-28 | - | - |
| Integration event | OnGetDocumentTypeAndNumber | (var RecordRef, var Text, var Text, var Boolean) | 17-28 | - | - |
| Integration event | OnBeforeInsertOverdueEntry | (Record Approval Entry, var Record Overdue Approval Entry) | 18-28 | - | - |
| Integration event | OnCreateOverdueNotificationsOnBeforeCreateNotificationEntry | (Record User Setup, Record Approval Entry, var Record Overdue Approval Entry, var Boolean) | 21-26 | - | - |
| Integration event | OnCreateOverdueNotificationsOnBeforeCreateNotificationEntry | (Record User Setup, Record Approval Entry, var Record Overdue Approval Entry, Record Workflow Step Argument, var Boolean) | 27-28 | - | - |
| Integration event | OnBeforeInsertNotificationSetup | (var Record Notification Setup, Enum Notification Entry Type) | 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.
