Permission set extension 6467 Service G/L Accounts - View
- App
- Base Application
- Namespace
- System.Security.AccessControl
- Versions
- 25-28
- Extends
- General Ledger Accounts - View
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Service/Permissions/OnPrem/Finance/ServiceGLAccountsView.PermissionSetExt.al12 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.Security.AccessControl;
using Microsoft.Service.Contract;
permissionsetextension 6467 "Service G/L Accounts - View" extends "General Ledger Accounts - View"
{
Permissions = tabledata "Service Contract Account Group" = R;
}