Permission set 4592 Human Resources - Admin, source in 29

Source29

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

namespace System.Security.AccessControl;

using Microsoft.Foundation.UOM;
using Microsoft.HumanResources.Absence;
using Microsoft.HumanResources.Employee;
using Microsoft.HumanResources.Setup;

permissionset 4592 "Human Resources - Admin"
{
    Access = Public;
    Assignable = false;
    Caption = 'Human Resources setup';

    Permissions = tabledata "Cause of Absence" = RIMD,
                  tabledata "Cause of Inactivity" = RIMD,
                  tabledata Confidential = RIMD,
                  tabledata Employee = R,
                  tabledata "Employee Absence" = R,
                  tabledata "Employee Qualification" = R,
                  tabledata "Employee Statistics Group" = RIMD,
                  tabledata "Employment Contract" = RIMD,
                  tabledata "Grounds for Termination" = RIMD,
                  tabledata "Human Resources Setup" = RIMD,
                  tabledata "Misc. Article" = RIMD,
                  tabledata "Misc. Article Information" = R,
                  tabledata Qualification = RIMD,
                  tabledata Relative = RIMD,
                  tabledata Union = RIMD,
                  tabledata "Unit of Measure" = RIMD;
}