Table 1433 Net Promoter Score in 28
- App
- System Application
- Namespace
- System.Feedback
- Obsolete
- Pending 28.0. This module is no longer used.
Versions171819202122232425262728latest
Source in 28
src/System Application/App/Satisfaction Survey/src/NetPromoterScore.Table.al51 lines, Copyright (c) Microsoft Corporation. MIT
#if not CLEANSCHEMA31
// ------------------------------------------------------------------------------------------------
// 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;
ObsoleteReason = 'This module is no longer used.';
#if not CLEAN28
ObsoleteState = Pending;
ObsoleteTag = '28.0';
#else
ObsoleteState = Removed;
ObsoleteTag = '31.0';
#endif
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;
}
}
}
#endif
Fields, 3
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | User SID | Guid | - |
| 4 | Last Request Time | DateTime | - |
| 5 | Send Request | Boolean | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | User SID | - |