Table 1432 Net Promoter Score Setup in 24

App
System Application
Namespace
System.Feedback

Fields, 5Keys, 1

Versions171819202122232425262728latest

Source242526272829

Source in 24

src/System Application/App/Satisfaction Survey/src/NetPromoterScoreSetup.Table.al53 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 1432 "Net Promoter Score Setup"
{
    Access = Internal;
    InherentEntitlements = X;
    InherentPermissions = X;
    DataPerCompany = false;
    ReplicateData = false;

    fields
    {
        field(1; "Primary Key"; Code[10])
        {
            DataClassification = SystemMetadata;
        }
        field(2; "API URL"; Blob)
        {
            DataClassification = SystemMetadata;
        }
        field(3; "Expire Time"; DateTime)
        {
            DataClassification = SystemMetadata;
        }
        field(4; "Time Between Requests"; Integer)
        {
            DataClassification = SystemMetadata;
            ObsoleteReason = 'This field is not needed and it is not used anymore.';
            ObsoleteState = Removed;
            ObsoleteTag = '18.0';
        }
        field(5; "Request Timeout"; Integer)
        {
            DataClassification = SystemMetadata;
        }
    }

    keys
    {
        key(Key1; "Primary Key")
        {
            Clustered = true;
        }
    }

}

Fields, 5

IdNameTypeObsolete
1Primary KeyCode[10]-
2API URLBlob-
3Expire TimeDateTime-
4Time Between RequestsIntegerRemoved 18.0
This field is not needed and it is not used anymore.
5Request TimeoutInteger-

Keys, 1

NameFieldsObsolete
Key1, clusteredPrimary Key-