Permission set 6423 Relationship Mgt - Admin, source in 29

Source29

src/Layers/W1/BaseApp/Permissions/OnPrem/Relationships Management/RelationshipMgtAdmin.PermissionSet.al53 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Security.AccessControl;

using Microsoft.CRM.BusinessRelation;
using Microsoft.CRM.Duplicates;
using Microsoft.CRM.Interaction;
using Microsoft.CRM.Opportunity;
using Microsoft.CRM.Profiling;
using Microsoft.CRM.Segment;
using Microsoft.CRM.Setup;
using Microsoft.CRM.Task;
using Microsoft.CRM.Team;

permissionset 6423 "Relationship Mgt - Admin"
{
    Access = Public;
    Assignable = false;
    Caption = 'Relationship Management setup';

    Permissions = tabledata Activity = RIMD,
                  tabledata "Activity Step" = RIMD,
                  tabledata Attachment = RIMD,
                  tabledata "Business Relation" = RIMD,
                  tabledata "Close Opportunity Code" = RIMD,
                  tabledata "Duplicate Search String Setup" = RIMD,
                  tabledata "Industry Group" = RIMD,
                  tabledata "Interaction Group" = RIMD,
                  tabledata "Interaction Template" = RIMD,
                  tabledata "Interaction Template Setup" = RIMD,
                  tabledata "Interaction Tmpl. Language" = RIMD,
                  tabledata "Job Responsibility" = RIMD,
                  tabledata "Mailing Group" = RIMD,
                  tabledata "Marketing Setup" = IM,
                  tabledata "Organizational Level" = RIMD,
                  tabledata "Profile Questionnaire Header" = RIMD,
                  tabledata "Profile Questionnaire Line" = RIMD,
                  tabledata Rating = RIMD,
                  tabledata "Sales Cycle" = RIMD,
                  tabledata "Sales Cycle Stage" = RIMD,
                  tabledata Salutation = RIMD,
                  tabledata "Salutation Formula" = RIMD,
                  tabledata "Saved Segment Criteria" = RIMD,
                  tabledata "Saved Segment Criteria Line" = RIMD,
                  tabledata "Segment Criteria Line" = RIMD,
                  tabledata "Segment Header" = RIMD,
                  tabledata "Segment History" = RIMD,
                  tabledata "Segment Line" = RIMD,
                  tabledata "Segment Wizard Filter" = RIMD,
                  tabledata Team = RIMD,
                  tabledata "Team Salesperson" = RIMD,
                  tabledata "To-do Interaction Language" = RIMD,
                  tabledata "Web Source" = RIMD;
}