---
title: "Codeunit 9001 Permission Pages Mgt."
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/9001-permission-pages-mgt/
type: codeunit
id: 9001
name: "Permission Pages Mgt."
app: "Base Application"
namespace: System.Security.AccessControl
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/9001-permission-pages-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 9001 Permission Pages Mgt.

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/9001-permission-pages-mgt/

| | |
| --- | --- |
| App | Base Application |
| Namespace | System.Security.AccessControl |
| Versions | 17-28 |
| Source file | System/Permissions/PermissionPagesMgt.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| Init | (Integer, Integer) | - | public | 17-28 | - | - |
| GetOffset | () | Integer | public | 17-28 | - | - |
| AllColumnsLeft | () | - | public | 17-28 | - | - |
| ColumnLeft | () | - | public | 17-28 | - | - |
| ColumnRight | () | - | public | 17-28 | - | - |
| AllColumnsRight | () | - | public | 17-28 | - | - |
| IsInColumnsRange | (Integer) | Boolean | public | 17-28 | - | - |
| IsPastColumnRange | (Integer) | Boolean | public | 17-28 | - | - |
| ShowPermissions | (Option, Guid, Code[20], Boolean) | - | public | 17-23 | Pending 21.0 | Replaced by procedure OpenPermissionSetPage in the Permission Set Relation codeunit |
| ShowPermissions | (var Record Aggregate Permission Set, Boolean) | - | public | 17-23 | Pending 21.0 | Replaced by procedure OpenPermissionSetPage in the Permission Set Relation codeunit. |
| IsPermissionSetEditable | (Record Aggregate Permission Set) | Boolean | public | 17-28 | - | - |
| CheckAndRaiseNotificationIfAppDBPermissionSetsChanged | () | - | public | 17-28 | - | - |
| IsTenantPermissionSetEditable | (Record Tenant Permission Set) | Boolean | public | 17-28 | - | - |
| ShowSecurityFilterForPermission | (var Text, Record Permission) | Boolean | public | 17-28 | - | - |
| ShowSecurityFilterForTenantPermission | (var Text, Record Tenant Permission, Boolean) | Boolean | public | 17-28 | - | - |
| AppDbPermissionSetChangedShowDetails | (Notification) | - | public | 17-28 | - | - |
| AppDbPermissionSetChangedDisableNotification | (Notification) | - | public | 17-28 | - | - |
| AppDbPermissionChangedNotificationEnabled | () | Boolean | public | 17-28 | - | - |
| DisallowEditingPermissionSetsForNonAdminUsers | () | - | public | 17-28 | - | - |
| RaiseNotificationThatSecurityFilterNotEditableForSystemAndExtension | () | - | public | 17-28 | - | - |
| CannotEditPermissionSetsNotificationEnabled | () | Boolean | public | 17-28 | - | - |
| CannotEditPermissionSetsDisableNotification | (Notification) | - | public | 17-28 | - | - |
| VerifyPermissionSetRoleID | (Code[20]) | - | public | 19-28 | - | - |
| CreateAndSendResolvePermissionNotification | () | - | internal | 19-28 | - | - |
| ResolvePermissionAction | (Notification) | - | internal | 19-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.
