Permission set 5540 Service Documents - View
- App
- Base Application
- Namespace
- System.Security.AccessControl
- Versions
- 18-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Service/Permissions/OnPrem/Service/Documents/ServiceDocumentsView.PermissionSet.al46 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.Projects.Project.Ledger;
using Microsoft.Service.Comment;
using Microsoft.Service.Document;
using Microsoft.Service.Email;
using Microsoft.Service.History;
using Microsoft.Service.Item;
using Microsoft.Service.Ledger;
using Microsoft.Service.Loaner;
using Microsoft.Service.Maintenance;
using Microsoft.Service.Resources;
permissionset 5540 "Service Documents - View"
{
Access = Public;
Assignable = false;
Caption = 'Read posted service documents';
Permissions = tabledata "Job Ledger Entry" = R,
tabledata Loaner = Rm,
tabledata "Loaner Entry" = RM,
tabledata "Resource Location" = RIMD,
tabledata "Service Comment Line" = RIMD,
tabledata "Service Cr.Memo Header" = R,
tabledata "Service Cr.Memo Line" = R,
tabledata "Service Document Log" = R,
tabledata "Service Email Queue" = Rm,
tabledata "Service Invoice Header" = R,
tabledata "Service Invoice Line" = R,
tabledata "Service Item" = R,
tabledata "Service Item Log" = R,
tabledata "Service Ledger Entry" = R,
tabledata "Service Order Allocation" = r,
tabledata "Service Shipment Header" = R,
tabledata "Service Shipment Item Line" = R,
tabledata "Service Shipment Line" = R,
tabledata "Troubleshooting Header" = R,
tabledata "Troubleshooting Line" = R,
tabledata "Warranty Ledger Entry" = R;
}