---
title: "Codeunit 1430 Role Center Notification Mgt."
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/1430-role-center-notification-mgt/
type: codeunit
id: 1430
name: "Role Center Notification Mgt."
app: "Base Application"
namespace: Microsoft.RoleCenters
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/1430-role-center-notification-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 1430 Role Center Notification Mgt.

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/1430-role-center-notification-mgt/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.RoleCenters |
| Versions | 17-28 |
| Source file | RoleCenters/RoleCenterNotificationMgt.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| HideEvaluationNotificationAfterStartingTrial | () | - | public | 17-23 | Pending 21.0 | Evaluation notification is removed |
| GetEvaluationNotificationId | () | Guid | public | 17-23 | Pending 21.0 | Evaluation notification is removed |
| GetTrialNotificationId | () | Guid | public | 17-28 | - | - |
| GetTrialSuspendedNotificationId | () | Guid | public | 17-28 | - | - |
| GetTrialExtendedNotificationId | () | Guid | public | 17-28 | - | - |
| GetTrialExtendedSuspendedNotificationId | () | Guid | public | 17-28 | - | - |
| GetPaidWarningNotificationId | () | Guid | public | 17-28 | - | - |
| GetPaidSuspendedNotificationId | () | Guid | public | 17-28 | - | - |
| GetSandboxNotificationId | () | Guid | public | 17-28 | - | - |
| GetChangeToPremiumExpNotificationId | () | Guid | public | 17-28 | - | - |
| ShowNotifications | () | Boolean | public | 17-28 | - | - |
| ShowEvaluationNotification | () | Boolean | public | 17-23 | Pending 21.0 | Evaluation notification is removed |
| ShowTrialNotification | () | Boolean | public | 17-28 | - | - |
| ShowTrialSuspendedNotification | () | Boolean | public | 17-28 | - | - |
| ShowTrialExtendedNotification | () | Boolean | public | 17-28 | - | - |
| ShowTrialExtendedSuspendedNotification | () | Boolean | public | 17-28 | - | - |
| ShowPaidWarningNotification | () | Boolean | public | 17-28 | - | - |
| ShowPaidSuspendedNotification | () | Boolean | public | 17-28 | - | - |
| ShowSandboxNotification | () | Boolean | public | 17-28 | - | - |
| ShowChangeToPremiumExpNotification | () | Boolean | public | 17-19 | Pending 17.0 | This function is not being used |
| EvaluationNotificationAction | (Notification) | - | public | 17-23 | Pending 21.0 | Evaluation notification is removed |
| TrialNotificationAction | (Notification) | - | public | 17-28 | - | - |
| TrialNotificationExtendAction | (Notification) | - | public | 17-28 | - | - |
| TrialSuspendedNotificationAction | (Notification) | - | public | 17-28 | - | - |
| TrialSuspendedNotificationExtendAction | (Notification) | - | public | 17-28 | - | - |
| TrialSuspendedNotificationPartnerAction | (Notification) | - | public | 17-28 | - | - |
| TrialExtendedNotificationSubscribeAction | (Notification) | - | public | 17-28 | - | - |
| TrialExtendedNotificationPartnerAction | (Notification) | - | public | 17-28 | - | - |
| PaidWarningNotificationAction | (Notification) | - | public | 17-28 | - | - |
| PaidSuspendedNotificationAction | (Notification) | - | public | 17-28 | - | - |
| GetLicenseRemainingDays | () | Integer | public | 17-28 | - | - |
| GetTrialTotalDays | () | Integer | public | 17-28 | - | - |
| DisableEvaluationNotification | () | - | public | 17-28 | - | - |
| EnableEvaluationNotification | () | - | public | 17-28 | - | - |
| IsEvaluationNotificationClicked | () | Boolean | public | 17-28 | - | - |
| DisableBuyNotification | () | - | public | 17-28 | - | - |
| EnableBuyNotification | () | - | public | 17-28 | - | - |
| DisableSandboxNotification | (Notification) | - | public | 17-28 | - | - |
| DisableChangeToPremiumExpNotification | (Notification) | - | public | 17-28 | - | - |
| CompanyNotSelectedMessage | () | Text | public | 17-27 | Pending 25.0 | The procedure is not used and will be obsoleted |
| EvaluationNotificationMessage | () | Text | public | 17-23 | Pending 21.0 | Evaluation notification is removed |
| TrialNotificationMessage | () | Text | public | 17-28 | - | - |
| TrialSuspendedNotificationMessage | () | Text | public | 17-28 | - | - |
| TrialExtendedNotificationMessage | () | Text | public | 17-28 | - | - |
| TrialExtendedSuspendedNotificationMessage | () | Text | public | 17-28 | - | - |
| PaidWarningNotificationMessage | () | Text | public | 17-28 | - | - |
| PaidSuspendedNotificationMessage | () | Text | public | 17-28 | - | - |
| SandboxNotificationMessage | () | Text | public | 17-28 | - | - |
| ChangeToPremiumExpNotificationMessage | () | Text | public | 17-28 | - | - |
| ChangeToPremiumExpURL | (Notification) | - | public | 17-28 | - | - |
| OnInitializingNotificationWithDefaultState | () | - | public | 17 | - | - |
| FixNowWSDeprecation | (Notification) | - | public | 20-28 | - | - |
| GetWSDeprecationNotificationId | () | Guid | public | 20-28 | - | - |
| ShowWSDeprecationNotication | () | Boolean | public | 20-25 | Pending 23.0 | This deprecation warning should no longer be shown with from 23.0 |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeShowNotifications | () | 17-28 | - | - |
| Integration event | OnIsRunningPreview | (var Boolean) | 17-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.
