---
title: "Codeunit 1392 Monitor Sensitive Field"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/1392-monitor-sensitive-field/
type: codeunit
id: 1392
name: "Monitor Sensitive Field"
app: "Base Application"
namespace: System.Diagnostics
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/1392-monitor-sensitive-field/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 1392 Monitor Sensitive Field

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/1392-monitor-sensitive-field/

| | |
| --- | --- |
| App | Base Application |
| Namespace | System.Diagnostics |
| Versions | 17-28 |
| Source file | System/ChangeLog/MonitorSensitiveField.codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| ValidateTableNo | (Integer) | - | public | 17-28 | - | - |
| ValidateTableAndFieldNo | (Integer, Integer) | - | public | 17-28 | - | - |
| InsertChangeLogSetupTable | (Integer) | - | public | 17-28 | - | - |
| DeleteChangeLogSetupTable | (Integer, Integer) | - | public | 17-28 | - | - |
| GetTableCaption | (Integer) | Text | public | 17-28 | - | - |
| GetNotificationCount | () | Integer | public | 17-28 | - | - |
| OpenDataSensitivityFilterPage | () | - | public | 17-28 | - | - |
| AddAllowedFieldFilters | (var Record Field) | - | public | 17-28 | - | - |
| AddValidTablesFilter | (var Record AllObjWithCaption) | - | public | 17-28 | - | - |
| EnableMonitor | (Boolean) | - | public | 17-28 | - | - |
| DisableMonitor | () | - | public | 17-28 | - | - |
| CheckUserHasValidContactEmail | (Code[50]) | - | public | 17-28 | - | - |
| ExcludeMonitorTablesFromChangeLog | (var Record AllObjWithCaption) | - | public | 17-28 | - | - |
| GetSetupTable | (var Record Field Monitoring Setup) | - | public | 17-28 | - | - |
| AddMonitoredField | (Integer, Integer, Boolean) | - | public | 17-28 | - | - |
| ImportFieldsBySensitivity | (Boolean, Boolean, Boolean) | - | public | 17-28 | - | - |
| SetSetupTable | (Text[50], Guid, Text[250], Enum Email Connector) | - | public | 17-28 | - | - |
| ShowPromoteMonitorSensitiveFieldNotification | () | - | public | 17-28 | - | - |
| ShowEmailFeatureEnabledNotification | () | - | public | 17-22 | Pending 20.0 | The email enhancements are permenantly enabled, "Notification Email Account" is a required field to complete the setup, so no need to show a notification. |
| ShowEmailFeatureEnabledInSetupPageNotification | () | - | public | 17-22 | Pending 20.0 | The email enhancements are permenantly enabled, "Notification Email Account" is a required field to complete the setup, so no need to show a notification. |
| OpenFieldMonitoringSetupWizard | (Notification) | - | public | 17-28 | - | - |
| OpenFieldMonitoringWorksheet | (Notification) | - | public | 17-28 | - | - |
| OpenFieldMonitoringSetup | (Notification) | - | public | 17-28 | - | - |
| DisableNotification | (Notification) | - | public | 17-28 | - | - |
| IsValidTable | (Integer) | Boolean | public | 17-28 | - | - |
| ValidateUserPermissions | (Code[50], var Boolean) | - | public | 17-28 | - | - |
| OpenUserCard | (Code[250]) | - | public | 17-28 | - | - |
| GetPromoteMonitorFeatureNotificationId | () | Guid | public | 17-28 | - | - |
| GetChangeLogHiddenTablesNotificationId | () | Guid | public | 17-28 | - | - |
| GetEmailFeatureEnabledNotificationId | () | Guid | public | 17-22 | Pending 20.0 | The email enhancements are permenantly enabled, "Notification Email Account" is a required field to complete the setup, so no need to show a notification. |
| ShowPromotionNotification | () | - | internal | 18-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.
