Table 1997 Spotlight Tour Text in 27
- App
- System Application
- Namespace
- System.Environment.Configuration
Versions171819202122232425262728latest
Source in 27
src/System Application/App/Guided Experience/src/Tour/SpotlightTourText.Table.al49 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.Environment.Configuration;
table 1997 "Spotlight Tour Text"
{
Caption = 'Spotlight Tour Text';
Access = Internal;
InherentEntitlements = X;
InherentPermissions = X;
ReplicateData = false;
fields
{
field(1; "Guided Experience Item Code"; Code[300])
{
Caption = 'Guided Experience Item Code';
DataClassification = SystemMetadata;
TableRelation = "Guided Experience Item".Code;
}
field(2; "Guided Experience Item Version"; Integer)
{
Caption = 'Version';
DataClassification = SystemMetadata;
TableRelation = "Guided Experience Item".Version;
}
field(3; "Spotlight Tour Step"; Enum "Spotlight Tour Text")
{
Caption = 'Spotlight Tour Step';
DataClassification = OrganizationIdentifiableInformation;
}
field(4; "Spotlight Tour Text"; Text[250])
{
Caption = 'Spotlight Tour Text';
DataClassification = OrganizationIdentifiableInformation;
}
}
keys
{
key(PK; "Guided Experience Item Code", "Guided Experience Item Version", "Spotlight Tour Step")
{
}
}
}Fields, 4
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Guided Experience Item Code | Code[300] | - |
| 2 | Guided Experience Item Version | Integer | - |
| 3 | Spotlight Tour Step | Enum Spotlight Tour Text | - |
| 4 | Spotlight Tour Text | Text[250] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| PK | Guided Experience Item Code, Guided Experience Item Version, Spotlight Tour Step | - |