diff --git a/src/Layers/W1/BaseApp/System/Permissions/EffectivePermissions.Page.al b/src/Layers/W1/BaseApp/System/Permissions/EffectivePermissions.Page.al index 97afd6914c5..87f0aa7ee97 100644 --- a/src/Layers/W1/BaseApp/System/Permissions/EffectivePermissions.Page.al +++ b/src/Layers/W1/BaseApp/System/Permissions/EffectivePermissions.Page.al @@ -9,6 +9,8 @@ page 9852 "Effective Permissions" { ApplicationArea = All; Caption = 'Effective Permissions'; + AboutTitle = 'About Effective Permissions'; + AboutText = 'View the permissions a user actually has in Business Central. Effective permissions combine all assigned permission sets and filters to show the final access to objects and data, helping you verify access, troubleshoot permission issues, and support audits.'; DeleteAllowed = false; InsertAllowed = false; ModifyAllowed = false;