Table 1433 Net Promoter Score in 27

App
System Application
Namespace
System.Feedback

Fields, 3Keys, 1

Versions171819202122232425262728latest

Source242526272829

Source in 27

src/System Application/App/Satisfaction Survey/src/NetPromoterScore.Table.al42 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.Feedback;

table 1433 "Net Promoter Score"
{
    Access = Internal;
    InherentEntitlements = X;
    InherentPermissions = X;
    DataPerCompany = false;
    ReplicateData = false;

    fields
    {
        field(1; "User SID"; Guid)
        {
            DataClassification = EndUserPseudonymousIdentifiers;
        }
        field(4; "Last Request Time"; DateTime)
        {
            DataClassification = SystemMetadata;
        }
        field(5; "Send Request"; Boolean)
        {
            DataClassification = SystemMetadata;
        }
    }

    keys
    {
        key(Key1; "User SID")
        {
            Clustered = true;
        }
    }

}

Fields, 3

IdNameTypeObsolete
1User SIDGuid-
4Last Request TimeDateTime-
5Send RequestBoolean-

Keys, 1

NameFieldsObsolete
Key1, clusteredUser SID-