Permission set 8335 VSC Intgr. - Admin

App
System Application
Namespace
System.Integration
Versions
25-28

Versions171819202122232425262728

Source2526272829

Source in 29

src/System Application/App/VS Code Integration/Permissions/VSCIntgrAdmin.PermissionSet.al22 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.Apps;
using System.Reflection;
using System.Tooling;

permissionset 8335 "VSC Intgr. - Admin"
{
    Access = Public;
    Assignable = true;
    Caption = 'VS Code Integration - Admin';

    Permissions = tabledata AllObjWithCaption = R,
                  tabledata "Application Object Metadata" = R, // r needed for check CanInteractWithSourceCode
                  tabledata "Page Info And Fields" = R,
                  tabledata "Published Application" = R;
}