Permission set 8702 Table Information - Objects in 28

App
System Application
Namespace
System.DataAdministration

Versions171819202122232425262728latest

Source242526272829

Source 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;
}