Permission set 2609 Feature Key - Objects in 24

App
System Application
Namespace
System.Environment.Configuration

Versions171819202122232425262728latest

Source242526272829

Source in 24

src/System Application/App/Feature Key/permissions/FeatureKeyObjects.PermissionSet.al23 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;

permissionset 2609 "Feature Key - Objects"
{
    Access = Internal;
    Assignable = false;

    Permissions = codeunit "Feature Management Facade" = X,
                  page "Feature Management" = X,
                  page "Schedule Feature Data Update" = X,
#if not CLEAN23
#pragma warning disable AL0432
                  page "Upcoming Changes Factbox" = X,
#pragma warning restore AL0432
#endif
                  table "Feature Data Update Status" = X;
}