Page extension 9207 Plan Configuration List Ext.
- App
- Base Application
- Namespace
- System.Azure.Identity
- Versions
- 22-28
- Extends
- #63ca2fa44f034f2ba480172fef340d3f#Plan Configuration List
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/System/PlanConfiguration/PlanConfigurationListExt.PageExt.al28 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Azure.Identity;
using System.Security.User;
pageextension 9207 "Plan Configuration List Ext." extends "Plan Configuration List"
{
actions
{
addfirst(Navigate)
{
actionref(Users_Promoted; Users)
{
}
}
addfirst(Navigation)
{
action(Users)
{
ApplicationArea = All;
Caption = 'Users';
ToolTip = 'Manage permissions for users that are already tracked in Business Central, and update user information from Microsoft 365.', Comment = 'Do not translate ''Business Central'' and ''Microsoft 365''';
Image = Users;
RunObject = Page "Users";
}
}
}
}