Permission set extension 99000772 Mfg. Inventory - View

App
Base Application
Namespace
System.Security.AccessControl
Versions
27-28
Extends
Inventory - View

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Manufacturing/Permissions/OnPrem/Inventory/MfgInventoryView.permissionsetext.al14 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Security.AccessControl;

using Microsoft.Manufacturing.Document;
using Microsoft.Manufacturing.ProductionBOM;
using Microsoft.Manufacturing.Routing;

permissionsetextension 99000772 "Mfg. Inventory - View" extends "Inventory - View"
{
    Permissions =
                  tabledata "Prod. Order Component" = Rm,
                  tabledata "Prod. Order Line" = RIMD,
                  tabledata "Production BOM Header" = R,
                  tabledata "Routing Header" = R;
}