Permission set extension 6474 Service Customer - View

App
Base Application
Namespace
System.Security.AccessControl
Versions
25-28
Extends
Customer - View

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Service/Permissions/OnPrem/Sales/ServiceCustomerView.PermissionSetExt.al13 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;

permissionsetextension 6474 "Service Customer - View" extends "Customer - View"
{
    Permissions = tabledata "Service Line" = r;
}