Permission set 4339 Service Items - Edit, source in 29
Source29
src/Layers/W1/BaseApp/Service/Permissions/OnPrem/Service/Service Item/ServiceItemsEdit.PermissionSet.al59 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.Security.AccessControl;
using Microsoft.Foundation.UOM;
using Microsoft.Inventory.BOM;
using Microsoft.Inventory.Item;
using Microsoft.Inventory.Ledger;
using Microsoft.Projects.Resources.Resource;
using Microsoft.Purchases.Vendor;
using Microsoft.Sales.Customer;
using Microsoft.Service.Archive;
using Microsoft.Service.Comment;
using Microsoft.Service.Contract;
using Microsoft.Service.Document;
using Microsoft.Service.Item;
using Microsoft.Service.Ledger;
using Microsoft.Service.Maintenance;
using Microsoft.Service.Resources;
using Microsoft.Service.Setup;
permissionset 4339 "Service Items - Edit"
{
Access = Public;
Assignable = false;
Caption = 'Create service items';
Permissions = tabledata "BOM Component" = R,
tabledata Customer = R,
tabledata Item = R,
tabledata "Item Unit of Measure" = R,
tabledata "Item Variant" = R,
tabledata Resource = R,
tabledata "Resource Skill" = R,
tabledata "Service Comment Line" = RI,
tabledata "Service Comment Line Archive" = R,
tabledata "Service Contract Line" = R,
tabledata "Service Item" = RIMD,
tabledata "Service Item Component" = RIMD,
tabledata "Service Item Group" = R,
tabledata "Service Item Line" = R,
tabledata "Service Item Line Archive" = R,
tabledata "Service Item Log" = RI,
tabledata "Service Ledger Entry" = R,
tabledata "Service Line" = R,
tabledata "Service Line Archive" = R,
tabledata "Service Mgt. Setup" = Rm,
tabledata "Ship-to Address" = R,
tabledata "Troubleshooting Header" = R,
tabledata "Troubleshooting Line" = R,
tabledata "Troubleshooting Setup" = RI,
tabledata "Unit of Measure" = R,
tabledata "Value Entry" = R,
tabledata Vendor = R,
tabledata "Warranty Ledger Entry" = R;
}