Permission set 1433 Satisfaction Survey - View

App
System Application
Namespace
System.Feedback
Versions
18-28

Versions171819202122232425262728

Source242526272829

Source in 29

src/System Application/App/Satisfaction Survey/permissions/SatisfactionSurveyView.PermissionSet.al24 lines, Copyright (c) Microsoft Corporation. MIT

#if not CLEAN28
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

namespace System.Feedback;

using System.Reflection;

permissionset 1433 "Satisfaction Survey - View"
{
    Access = Internal;
    Assignable = false;

    IncludedPermissionSets = "Satisfaction Survey - Read";

    Permissions = tabledata "Add-in" = i,
#pragma warning disable AL0432
                  tabledata "Net Promoter Score" = imd,
                  tabledata "Net Promoter Score Setup" = imd;
#pragma warning restore AL0432
}
#endif