Permission set extension 99000772 Mfg. Inventory - View, source in 29
Source29
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;
}