Permission set 1825 D365 HR, VIEW

App
Base Application
Namespace
System.Security.AccessControl
Versions
18-28

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Permissions/d365hrview.permissionset.al14 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Security.AccessControl;

using Microsoft.HumanResources.Employee;
using Microsoft.HumanResources.Payables;

permissionset 1825 "D365 HR, VIEW"
{
    Assignable = true;

    Caption = 'Dynamics 365 View Basic HR';
    Permissions = tabledata Employee = R,
                  tabledata "Employee Ledger Entry" = R;
}