Permission set 2609 Feature Key - Objects in 28

App
System Application
Namespace
System.Environment.Configuration

Versions171819202122232425262728latest

Source242526272829

Source in 28

src/System Application/App/Feature Key/permissions/FeatureKeyObjects.PermissionSet.al17 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,
                  table "Feature Data Update Status" = X;
}