Permission set 358 Object Selection - Read, source in 27
Source242526272829metadata in 27
src/System Application/App/Object Selection/permissions/ObjectSelectionRead.PermissionSet.al18 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.Reflection;
using System.Apps;
using System.Environment.Configuration;
permissionset 358 "Object Selection - Read"
{
Assignable = false;
Permissions = tabledata AllObjWithCaption = r,
tabledata "Page Data Personalization" = R,
tabledata "Published Application" = r;
}