Permission set 7871 Outlook Sync. - Edit
- App
- Base Application
- Namespace
- System.Security.AccessControl
- Versions
- 18-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Permissions/OnPrem/Outlook Synchronization/OutlookSyncEdit.PermissionSet.al23 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Security.AccessControl;
using System.Diagnostics;
using System.Environment;
using System.Threading;
permissionset 7871 "Outlook Sync. - Edit"
{
Access = Public;
Assignable = false;
Caption = 'Outlook Synch. power user';
Permissions = tabledata "Scheduled Task" = R,
tabledata "Change Log Entry" = Ri,
tabledata "Change Log Setup (Field)" = RIM,
tabledata "Change Log Setup (Table)" = RIM,
tabledata "Change Log Setup" = RM,
tabledata "Job Queue Category" = Rimd,
tabledata "Job Queue Entry" = RImd,
tabledata "Job Queue Log Entry" = Ri,
tabledata "Job Queue Role Center Cue" = RImd;
}