Permission set 3242 D365 HR, EDIT, source in 29
Source29
src/Layers/W1/BaseApp/Permissions/d365hredit.permissionset.al29 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Security.AccessControl;
using Microsoft.Finance.GeneralLedger.Account;
using Microsoft.HumanResources.Absence;
using Microsoft.HumanResources.Comment;
using Microsoft.HumanResources.Employee;
using Microsoft.HumanResources.Payables;
permissionset 3242 "D365 HR, EDIT"
{
Assignable = true;
Caption = 'Dynamics 365 Create Basic HR';
IncludedPermissionSets = "D365 HR, VIEW";
Permissions = tabledata "Alternative Address" = RD,
tabledata "Cause of Absence" = RIMD,
tabledata "Confidential Information" = RD,
tabledata Employee = IMD,
tabledata "Employee Absence" = RID,
tabledata "Employee Ledger Entry" = m,
tabledata "Employee Posting Group" = RIMD,
tabledata "Employee Qualification" = RMD,
tabledata "Employee Relative" = RD,
tabledata "G/L Account" = R,
tabledata "Human Resource Comment Line" = RD,
tabledata "Misc. Article Information" = RD;
}