Permission set extension 6474 Service Customer - View, source in 29
Source29
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;
}