Permission set extension 5911 SERV D365 SETUP

App
Base Application
Namespace
System.Security.AccessControl
Versions
27-28
Extends
D365 SETUP

Versions171819202122232425262728

Source29

Source in 29

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

namespace System.Security.AccessControl;

using Microsoft.Service.Contract;
using Microsoft.Service.Document;
using Microsoft.Service.Ledger;

permissionsetextension 5911 "SERV D365 SETUP" extends "D365 SETUP"
{
    Permissions =
                  tabledata "Contract Gain/Loss Entry" = D,
                  tabledata "Filed Contract Line" = RD,
                  tabledata "Service Line" = Rm,
                  tabledata "Warranty Ledger Entry" = d;
}