Permission set 9987 Word Templates - Edit in 25
- App
- System Application
- Namespace
- System.Integration.Word
Versions171819202122232425262728latest
Source in 25
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;
}