Permission set 3712 Translation - Edit in 28

App
System Application
Namespace
System.Globalization

Versions171819202122232425262728latest

Source242526272829

Source in 28

src/System Application/App/Translation/permissions/TranslationEdit.PermissionSet.al21 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.Globalization;

/// <summary>
/// This permission set allows the editing of translations from the Translations page. The table is internal but the page is editable.
/// </summary>
permissionset 3712 "Translation - Edit"
{
    Access = Public;
    Assignable = false;

    IncludedPermissionSets = "Translation - Read",
                             "Language - View";

    Permissions = tabledata Translation = imd;
}