Page extension 9208 Plan Configuration Card Ext.

App
Base Application
Namespace
System.Azure.Identity
Versions
22-28
Extends
#63ca2fa44f034f2ba480172fef340d3f#Plan Configuration Card

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/System/PlanConfiguration/PlanConfigurationCardExt.PageExt.al28 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Azure.Identity;

using System.Security.User;

pageextension 9208 "Plan Configuration Card Ext." extends "Plan Configuration Card"
{
    actions
    {
        addfirst(Promoted)
        {
            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";
            }
        }
    }
}