Permission set 7682 Time Sheets - Admin

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

Versions171819202122232425262728

Source29

Source in 29

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

namespace System.Security.AccessControl;

using Microsoft.Projects.TimeSheet;

permissionset 7682 "Time Sheets - Admin"
{
    Access = Public;
    Assignable = false;
    Caption = 'Create and delete time sheets';

    Permissions = tabledata "Time Sheet Chart Setup" = RIMD,
                  tabledata "Time Sheet Cmt. Line Archive" = RIMD,
                  tabledata "Time Sheet Comment Line" = RIMD,
                  tabledata "Time Sheet Detail" = RIMD,
                  tabledata "Time Sheet Detail Archive" = RIMD,
                  tabledata "Time Sheet Header" = RIMD,
                  tabledata "Time Sheet Header Archive" = RIMD,
                  tabledata "Time Sheet Line" = RIMD,
                  tabledata "Time Sheet Line Archive" = RIMD,
                  tabledata "Time Sheet Posting Entry" = RIMD;
}