Profile BLANK in 27

App
System Application
Namespace
System.Environment.Configuration

Versions171819202122232425262728latest

Source242526272829

Source in 27

src/System Application/App/Default Role Center/src/Blank.Profile.al16 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 profile to use in case no other profile is present when system is initializing.
/// </summary>
profile BLANK
{
    Caption = 'Blank Profile';
    ProfileDescription = 'This system profile should only be used to sign in when no other profiles are available.';
    RoleCenter = "Blank Role Center";
}