Permission set 4445 Resources - Read
- App
- Base Application
- Namespace
- System.Security.AccessControl
- Versions
- 18-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Permissions/OnPrem/Resources/ResourcesRead.PermissionSet.al24 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Security.AccessControl;
using Microsoft.Finance.Dimension;
using Microsoft.Foundation.Comment;
using Microsoft.Foundation.ExtendedText;
using Microsoft.Projects.Resources.Ledger;
using Microsoft.Projects.Resources.Resource;
permissionset 4445 "Resources - Read"
{
Access = Public;
Assignable = false;
Caption = 'Read res./res.gr. and entries';
Permissions = tabledata "Comment Line" = R,
tabledata "Default Dimension" = R,
tabledata "Extended Text Header" = R,
tabledata "Extended Text Line" = R,
tabledata "Res. Ledger Entry" = R,
tabledata Resource = R,
tabledata "Resource Group" = R,
tabledata "Resource Unit of Measure" = R;
}