Table 1995 Checklist Item Buffer in 26
- App
- System Application
- Namespace
- System.Environment.Configuration
Versions171819202122232425262728latest
Source in 26
src/System Application/App/Guided Experience/src/Checklist Banner/ChecklistItemBuffer.Table.al125 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 1995 "Checklist Item Buffer"
{
Access = Internal;
TableType = Temporary;
InherentEntitlements = X;
InherentPermissions = X;
fields
{
field(1; ID; Guid)
{
Caption = 'ID';
DataClassification = SystemMetadata;
}
field(2; Code; Code[300])
{
Caption = 'Code';
DataClassification = SystemMetadata;
}
field(3; Version; Integer)
{
Caption = 'Version';
DataClassification = SystemMetadata;
}
field(4; "Object Type to Run"; Enum "Guided Experience Object Type")
{
Caption = 'Object Type to Run';
DataClassification = SystemMetadata;
}
field(5; "Object ID to Run"; Integer)
{
Caption = 'Object ID to Run';
DataClassification = SystemMetadata;
}
field(6; Link; Text[250])
{
Caption = 'External Link';
DataClassification = OrganizationIdentifiableInformation;
}
field(7; Title; Text[2048])
{
Caption = 'Title';
DataClassification = OrganizationIdentifiableInformation;
}
field(8; "Short Title"; Text[50])
{
Caption = 'Short Title';
DataClassification = OrganizationIdentifiableInformation;
}
field(9; Description; Text[1024])
{
Caption = 'Description';
DataClassification = OrganizationIdentifiableInformation;
}
field(10; "Expected Duration"; Integer)
{
Caption = 'Expected Duration';
DataClassification = SystemMetadata;
}
field(11; "Extension Name"; Text[250])
{
Caption = 'Extension Name';
DataClassification = OrganizationIdentifiableInformation;
}
field(12; "Guided Experience Type"; Enum "Guided Experience Type")
{
Caption = 'Guided Experience Type';
DataClassification = SystemMetadata;
}
field(13; Status; Enum "Checklist Item Status")
{
Caption = 'Status';
DataClassification = SystemMetadata;
}
field(14; "Order ID"; Integer)
{
Caption = 'Order ID';
DataClassification = SystemMetadata;
}
field(15; "Completion Requirements"; Enum "Checklist Completion Requirements")
{
Caption = 'Completion Requirements';
DataClassification = SystemMetadata;
}
field(16; "Assigned To"; Text[50])
{
Caption = 'Assigned To';
DataClassification = SystemMetadata;
}
field(17; "Spotlight Tour Type"; Enum "Spotlight Tour Type")
{
Caption = 'Spotlight Tour Type';
DataClassification = SystemMetadata;
}
field(18; "Video Url"; Text[250])
{
Caption = 'Video';
DataClassification = OrganizationIdentifiableInformation;
}
}
keys
{
key(Key1; ID)
{
Clustered = true;
}
key(Key2; Code, Version)
{
Clustered = false;
Unique = true;
}
key(key3; "Order ID")
{
}
}
}Fields, 18
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | ID | Guid | - |
| 2 | Code | Code[300] | - |
| 3 | Version | Integer | - |
| 4 | Object Type to Run | Enum Guided Experience Object Type | - |
| 5 | Object ID to Run | Integer | - |
| 6 | Link | Text[250] | - |
| 7 | Title | Text[2048] | - |
| 8 | Short Title | Text[50] | - |
| 9 | Description | Text[1024] | - |
| 10 | Expected Duration | Integer | - |
| 11 | Extension Name | Text[250] | - |
| 12 | Guided Experience Type | Enum Guided Experience Type | - |
| 13 | Status | Enum Checklist Item Status | - |
| 14 | Order ID | Integer | - |
| 15 | Completion Requirements | Enum Checklist Completion Requirements | - |
| 16 | Assigned To | Text[50] | - |
| 17 | Spotlight Tour Type | Enum Spotlight Tour Type | - |
| 18 | Video Url | Text[250] | - |
Keys, 3
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | ID | - |
| Key2 | Code, Version | - |
| key3 | Order ID | - |