Permission set 7665 Time Sheets - Post

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

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Permissions/OnPrem/Resources/Time Sheets/TimeSheetsPost.PermissionSet.al15 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Security.AccessControl;

using Microsoft.HumanResources.Absence;
using Microsoft.HumanResources.Setup;

permissionset 7665 "Time Sheets - Post"
{
    Access = Public;
    Assignable = false;
    Caption = 'Approve time sheets';

    Permissions = tabledata "Employee Absence" = RIM,
                  tabledata "Human Resource Unit of Measure" = R;
}