Permission set 9987 Word Templates - Edit in 24

App
System Application
Namespace
System.Integration.Word

Versions171819202122232425262728latest

Source242526272829

Source in 24

src/System Application/App/Word Templates/permissions/WordTemplatesEdit.PermissionSet.al19 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.Word;

permissionset 9987 "Word Templates - Edit"
{
    Access = Internal;
    Assignable = false;

    IncludedPermissionSets = "Word Templates - Read";

    Permissions = tabledata "Word Template" = IMD,
                  tabledata "Word Template Field" = imd,
                  tabledata "Word Templates Table" = imd,
                  tabledata "Word Templates Related Table" = imd;
}