Permission set 9702 Cues and KPIs - View in 25
- App
- System Application
- Namespace
- System.Visualization
Versions171819202122232425262728latest
Source in 25
src/System Application/App/Cues and KPIs/permissions/CuesandKPIsView.PermissionSet.al17 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.Visualization;
permissionset 9702 "Cues and KPIs - View"
{
Access = Internal;
Assignable = false;
IncludedPermissionSets = "Cues and KPIs - Read";
Permissions = tabledata "Cue Setup" = imd;
}