Permission set 3242 D365 HR, EDIT

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

Versions171819202122232425262728

Source29

Source in 29

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;
}