Table 1432 Net Promoter Score Setup in 25
- App
- System Application
- Namespace
- System.Feedback
Versions171819202122232425262728latest
Source in 25
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
| Id | Name | Type | Obsolete | ||||
|---|---|---|---|---|---|---|---|
| 1 | Primary Key | Code[10] | - | ||||
| 2 | API URL | Blob | - | ||||
| 3 | Expire Time | DateTime | - | ||||
| 4 | Time Between Requests | Integer | Removed 18.0 | ||||
| This field is not needed and it is not used anymore. | |||||||
| 5 | Request Timeout | Integer | - | ||||
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Primary Key | - |