Permission set 8708 Dataverse - Admin

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

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Permissions/OnPrem/Dataverse/DataverseAdmin.PermissionSet.al32 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Security.AccessControl;

using Microsoft.Integration.D365Sales;
using Microsoft.Integration.Dataverse;

permissionset 8708 "Dataverse - Admin"
{
    Access = Public;
    Assignable = false;
    Caption = 'Setup MS Dataverse Int.';

    Permissions = tabledata "CDS Company" = RIMD,
                  tabledata "CDS Connection Setup" = RIMD,
                  tabledata "CDS Coupled Business Unit" = RIMD,
                  tabledata "CDS Environment" = RIMD,
                  tabledata "CDS Solution" = RIMD,
                  tabledata "CDS Teamroles" = RIMD,
                  tabledata "Dataverse Entity Change" = RID,
                  tabledata "CRM Account" = RIMD,
                  tabledata "CRM Businessunit" = RIMD,
                  tabledata "CRM Contact" = RIMD,
                  tabledata "CRM Customeraddress" = RIMD,
                  tabledata "CRM Organization" = RIMD,
                  tabledata "CRM Role" = RIMD,
                  tabledata "CRM Systemuser" = RIMD,
                  tabledata "CRM Systemuserroles" = RIMD,
                  tabledata "CDS Field Security Profile" = RIMD,
                  tabledata "CDS System User Profiles" = RIMD,
                  tabledata "CRM Team" = RIMD,
                  tabledata "CRM Transactioncurrency" = RIMD;
}