Page 8999 Blank Role Center, source in 27

Source242526272829metadata in 27

src/System Application/App/Default Role Center/src/BlankRoleCenter.Page.al21 lines, Copyright (c) Microsoft Corporation. MIT

// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

namespace System.Environment.Configuration;

/// <summary>
/// Empty role center to use in case no other role center is present when system is initializing.
/// </summary>
page 8999 "Blank Role Center"
{
    Extensible = true;
    PageType = RoleCenter;
    InherentEntitlements = X;
    InherentPermissions = X;


}