Permission set 8702 Table Information - Objects in 26

App
System Application
Namespace
System.DataAdministration

Versions171819202122232425262728latest

Source242526272829

Source in 26

src/System Application/App/Table Information/permissions/TableInformationObjects.PermissionSet.al18 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" = X;
}