Permission set 9987 Word Templates - Edit, source in 26

Source242526272829metadata in 26

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;
}