Permission set 2010 Entity Text - Objects in 27
- App
- System Application
- Namespace
- System.Text
Versions171819202122232425262728latest
Source in 27
src/System Application/App/Entity Text/permissions/EntityTextObjects.PermissionSet.al16 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,
page "Entity Text Factbox Part" = X;
}