Permission set 2010 Entity Text - Objects in 25

App
System Application
Namespace
System.Text

Versions171819202122232425262728latest

Source242526272829

Source in 25

src/System Application/App/Entity Text/permissions/EntityTextObjects.PermissionSet.al25 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.Text;

permissionset 2010 "Entity Text - Objects"
{
    Access = Internal;
    Assignable = false;

    Permissions = codeunit "Entity Text" = X,
                  table "Entity Text" = X,
#if not CLEAN24
#pragma warning disable AL0432
                  table "Azure OpenAi Settings" = X,
                  page "Azure OpenAi Settings" = X,
                  page "Copilot Information" = X,
                  page "Entity Text Part" = X,
                  page "Entity Text" = X,
#pragma warning restore AL0432
#endif
                  page "Entity Text Factbox Part" = X;
}