Permission set 8702 Table Information - Objects, source in 28
Source242526272829metadata in 28
src/System Application/App/Table Information/permissions/TableInformationObjects.PermissionSet.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.DataAdministration;
permissionset 8702 "Table Information - Objects"
{
Access = Internal;
Assignable = false;
Permissions = codeunit "Table Information Cache" = X,
page "Company Size Cache Part" = X,
page "Table Information Cache Part" = X,
page "Table Information Card" = X,
page "Indexes List Part" = X,
page "Index Details" = X,
page "Table Information" = X;
}