Permission set extension 6472 Service Resources - Edit
- App
- Base Application
- Namespace
- System.Security.AccessControl
- Versions
- 25-28
- Extends
- Resources - Edit
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Service/Permissions/OnPrem/Projects/ServiceResourcesEdit.PermissionSetExt.al27 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.Service.Document;
using Microsoft.Service.History;
using Microsoft.Service.Item;
using Microsoft.Service.Ledger;
using Microsoft.Service.Pricing;
using Microsoft.Service.Resources;
permissionsetextension 6472 "Service Resources - Edit" extends "Resources - Edit"
{
Permissions =
tabledata "Resource Location" = RIMD,
tabledata "Resource Service Zone" = Rid,
tabledata "Resource Skill" = Rid,
tabledata "Serv. Price Adjustment Detail" = r,
tabledata "Service Invoice Line" = RM,
tabledata "Service Item" = r,
tabledata "Service Ledger Entry" = r,
tabledata "Service Order Allocation" = r,
tabledata "Warranty Ledger Entry" = r;
}