Permission set 5768 Service Contract - Edit, source in 29

Source29

src/Layers/W1/BaseApp/Service/Permissions/OnPrem/Service/Service Contracts/ServiceContractEdit.PermissionSet.al67 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.CRM.Contact;
using Microsoft.CRM.Team;
using Microsoft.Finance.Currency;
using Microsoft.Finance.GeneralLedger.Account;
using Microsoft.Foundation.AuditCodes;
using Microsoft.Foundation.PaymentTerms;
using Microsoft.Inventory.Location;
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.Setup;

permissionset 5768 "Service Contract - Edit"
{
    Access = Public;
    Assignable = false;
    Caption = 'Create Service Contracts';

    Permissions = tabledata Contact = R,
                  tabledata "Contract Change Log" = RIMD,
                  tabledata "Contract Gain/Loss Entry" = RIMD,
                  tabledata "Contract Group" = RIMD,
                  tabledata "Contract/Service Discount" = RIMD,
                  tabledata Currency = R,
                  tabledata Customer = R,
                  tabledata "Filed Service Contract Header" = RIMD,
                  tabledata "Filed Contract Line" = RIMD,
                  tabledata "Filed Serv. Contract Cmt. Line" = RIMD,
                  tabledata "Filed Contract Service Hour" = RIMD,
                  tabledata "Filed Contract/Serv. Discount" = RIMD,
                  tabledata "G/L Account" = R,
                  tabledata "Payment Terms" = R,
                  tabledata "Reason Code" = R,
                  tabledata "Responsibility Center" = R,
                  tabledata "Salesperson/Purchaser" = R,
                  tabledata "Service Comment Line" = RIMD,
                  tabledata "Service Comment Line Archive" = R,
                  tabledata "Service Contract Account Group" = RIMD,
                  tabledata "Service Contract Header" = RIMD,
                  tabledata "Service Contract Line" = RIMD,
                  tabledata "Service Contract Template" = RIMD,
                  tabledata "Service Document Register" = RIMD,
                  tabledata "Service Header" = R,
                  tabledata "Service Header Archive" = R,
                  tabledata "Service Hour" = RIMD,
                  tabledata "Service Item" = RM,
                  tabledata "Service Item Log" = RIMD,
                  tabledata "Service Ledger Entry" = RIMD,
                  tabledata "Service Mgt. Setup" = R,
                  tabledata "Service Order Type" = R,
                  tabledata "Service Register" = RIMD,
                  tabledata "Service Zone" = R,
                  tabledata "Ship-to Address" = R,
                  tabledata "Source Code" = R,
                  tabledata "Source Code Setup" = R,
                  tabledata "Warranty Ledger Entry" = RIMD;
}