Permission set 4222 Absense - Edit, source in 29

Source29

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

namespace System.Security.AccessControl;

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

permissionset 4222 "Absense - Edit"
{
    Access = Public;
    Assignable = false;

    Caption = 'Create and edit absence';
    Permissions = tabledata "Cause of Absence" = R,
                  tabledata Employee = R,
                  tabledata "Employee Absence" = RIMD,
                  tabledata "Human Resource Comment Line" = RIMD,
                  tabledata "Unit of Measure" = R;
}