Permission set 2698 Employee - Edit, source in 29

Source29

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

namespace System.Security.AccessControl;

using Microsoft.CRM.Team;
using Microsoft.Finance.Dimension;
using Microsoft.FixedAssets.FixedAsset;
using Microsoft.Foundation.Address;
using Microsoft.HumanResources.Absence;
using Microsoft.HumanResources.Comment;
using Microsoft.HumanResources.Employee;
using Microsoft.HumanResources.Setup;
using Microsoft.Projects.Resources.Resource;

permissionset 2698 "Employee - Edit"
{
    Access = Public;
    Assignable = false;

    Caption = 'Edit employees';
    Permissions = tabledata "Alternative Address" = RIMD,
                  tabledata "Alt. Employee Posting Group" = R,
                  tabledata "Cause of Absence" = R,
                  tabledata "Cause of Inactivity" = R,
                  tabledata "Confidential Information" = RiD,
                  tabledata "Country/Region" = R,
                  tabledata "Default Dimension" = RIMD,
                  tabledata Employee = RIMD,
                  tabledata "Employee Absence" = RmD,
                  tabledata "Employee Qualification" = RIMD,
                  tabledata "Employee Relative" = RIMD,
                  tabledata "Employee Statistics Group" = R,
                  tabledata "Employment Contract" = R,
                  tabledata "Fixed Asset" = rm,
                  tabledata "Grounds for Termination" = R,
                  tabledata "Human Resource Comment Line" = RIMD,
                  tabledata "Misc. Article" = R,
                  tabledata "Misc. Article Information" = RIMD,
                  tabledata "Nationality" = RIMD,
                  tabledata Qualification = R,
                  tabledata Resource = Rm,
                  tabledata "Salesperson/Purchaser" = Rm,
                  tabledata Union = R;
}