Permission set 2916 Page Action Provider - Read, source in 28
Source242526272829metadata in 28
src/System Application/App/Page Action Provider/permissions/PageActionProviderRead.PermissionSet.al20 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.Integration;
using System.Environment.Configuration;
using System.Reflection;
permissionset 2916 "Page Action Provider - Read"
{
Access = Internal;
Assignable = false;
Permissions = tabledata "All Profile" = r,
tabledata "Page Action" = r,
tabledata "Page Data Personalization" = R,
tabledata "User Personalization" = r; // DotNet NavPageActionALFunctions requires this
}