Permission set extension 5919 SERV D365PREM SMG SETUP

App
Base Application
Namespace
System.Security.AccessControl
Versions
27-28
Extends
D365PREM SMG, SETUP

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Service/Permissions/ServD365premsmgsetup.permissionsetext.al30 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Security.AccessControl;

using Microsoft.Service.Document;
using Microsoft.Service.Loaner;
using Microsoft.Service.Maintenance;
using Microsoft.Service.Pricing;
using Microsoft.Service.Resources;
using Microsoft.Service.Setup;

permissionsetextension 5919 "SERV D365PREM SMG SETUP" extends "D365PREM SMG, SETUP"
{
    Permissions = tabledata "Fault Area" = RIMD,
                  tabledata "Fault Code" = RIMD,
                  tabledata "Fault Reason Code" = RIMD,
                  tabledata "Fault/Resol. Cod. Relationship" = RIMD,
                  tabledata Loaner = RIMD,
                  tabledata "Loaner Entry" = RIMD,
                  tabledata "Repair Status" = RIMD,
                  tabledata "Resolution Code" = RIMD,
                  tabledata "Resource Location" = RIMD,
                  tabledata "Serv. Price Group Setup" = RIMD,
                  tabledata "Service Mgt. Setup" = RIMD,
                  tabledata "Service Status Priority Setup" = RIMD,
                  tabledata "Symptom Code" = RIMD,
                  tabledata "Troubleshooting Header" = RIMD,
                  tabledata "Troubleshooting Line" = RIMD,
                  tabledata "Troubleshooting Setup" = RIMD,
                  tabledata "Work-Hour Template" = RIMD;
}