Table 1432 Net Promoter Score Setup in 26
- App
- System Application
- Namespace
- System.Feedback
Versions171819202122232425262728latest
Source in 26
src/System Application/App/Satisfaction Survey/src/NetPromoterScoreSetup.Table.al45 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(5; "Request Timeout"; Integer)
{
DataClassification = SystemMetadata;
}
}
keys
{
key(Key1; "Primary Key")
{
Clustered = true;
}
}
}
Fields, 4
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Primary Key | Code[10] | - |
| 2 | API URL | Blob | - |
| 3 | Expire Time | DateTime | - |
| 5 | Request Timeout | Integer | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Primary Key | - |