Table 9260 Customer Experience Survey in 24
- App
- System Application
- Namespace
- System.Feedback
Versions171819202122232425262728latest
Source in 24
src/System Application/App/Customer Experience Survey/src/CustomerExperienceSurvey.Table.al87 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 9260 "Customer Experience Survey"
{
Access = Public;
Caption = 'Customer Experience Survey';
Extensible = false;
TableType = Temporary;
DataClassification = SystemMetadata;
InherentEntitlements = X;
InherentPermissions = X;
fields
{
field(1; Name; Text[512])
{
DataClassification = SystemMetadata;
}
field(2; Description; Text[2048])
{
DataClassification = SystemMetadata;
}
field(3; "Survey Cooling Time"; Integer)
{
DataClassification = SystemMetadata;
}
field(4; "NPS Cooling Time"; Integer)
{
DataClassification = SystemMetadata;
}
field(5; "CES Cooling Time"; Integer)
{
DataClassification = SystemMetadata;
}
field(6; Enabled; Boolean)
{
DataClassification = SystemMetadata;
}
field(7; "Trigger Event Name"; Text[512])
{
DataClassification = SystemMetadata;
}
field(8; "Trigger Type"; Option)
{
DataClassification = SystemMetadata;
OptionMembers = Simple,EventBased,DayBased;
OptionCaption = 'Simple,Event Based,Day Based';
}
field(9; "Trigger Period"; Integer)
{
DataClassification = SystemMetadata;
}
field(10; "Prompt Probability"; Integer)
{
DataClassification = SystemMetadata;
}
field(11; "Prompt Total Sample"; Integer)
{
DataClassification = SystemMetadata;
}
field(12; "Prompt Sample"; Integer)
{
DataClassification = SystemMetadata;
}
field(13; "Prompt Period"; Integer)
{
DataClassification = SystemMetadata;
}
field(14; "Forms Pro Id"; Text[1024])
{
DataClassification = SystemMetadata;
}
}
keys
{
key(Key1; Name)
{
Clustered = true;
}
}
}Fields, 14
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Name | Text[512] | - |
| 2 | Description | Text[2048] | - |
| 3 | Survey Cooling Time | Integer | - |
| 4 | NPS Cooling Time | Integer | - |
| 5 | CES Cooling Time | Integer | - |
| 6 | Enabled | Boolean | - |
| 7 | Trigger Event Name | Text[512] | - |
| 8 | Trigger Type | Option | - |
| 9 | Trigger Period | Integer | - |
| 10 | Prompt Probability | Integer | - |
| 11 | Prompt Total Sample | Integer | - |
| 12 | Prompt Sample | Integer | - |
| 13 | Prompt Period | Integer | - |
| 14 | Forms Pro Id | Text[1024] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Name | - |