Permission set 2609 Feature Key - Objects, source in 24
Source242526272829metadata 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;
}