Page 8999 Blank Role Center in 27
- App
- System Application
- Namespace
- System.Environment.Configuration
Versions171819202122232425262728latest
Source 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;
}