Permission set 4222 Absense - Edit
- App
- Base Application
- Namespace
- System.Security.AccessControl
- Versions
- 18-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Permissions/OnPrem/Human Resources/Absense/AbsenseEdit.PermissionSet.al20 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Security.AccessControl;
using Microsoft.Foundation.UOM;
using Microsoft.HumanResources.Absence;
using Microsoft.HumanResources.Comment;
using Microsoft.HumanResources.Employee;
permissionset 4222 "Absense - Edit"
{
Access = Public;
Assignable = false;
Caption = 'Create and edit absence';
Permissions = tabledata "Cause of Absence" = R,
tabledata Employee = R,
tabledata "Employee Absence" = RIMD,
tabledata "Human Resource Comment Line" = RIMD,
tabledata "Unit of Measure" = R;
}