Permission set 2084 Employee - Read

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

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Permissions/OnPrem/Human Resources/Employee/EmployeeRead.PermissionSet.al28 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Security.AccessControl;

using Microsoft.Finance.Dimension;
using Microsoft.HumanResources.Absence;
using Microsoft.HumanResources.Comment;
using Microsoft.HumanResources.Employee;
using Microsoft.HumanResources.Setup;

permissionset 2084 "Employee - Read"
{
    Access = Public;
    Assignable = false;
    Caption = 'Read employees';

    Permissions = tabledata "Alternative Address" = R,
                  tabledata "Cause of Absence" = R,
                  tabledata "Default Dimension" = R,
                  tabledata Employee = R,
                  tabledata "Employee Absence" = R,
                  tabledata "Employee Qualification" = R,
                  tabledata "Employee Relative" = R,
                  tabledata "Human Resource Comment Line" = R,
                  tabledata "Misc. Article" = R,
                  tabledata "Misc. Article Information" = R,
                  tabledata Qualification = R,
                  tabledata Relative = R;
}