Table 1991 Checklist Item in 24
- App
- System Application
- Namespace
- System.Environment.Configuration
Versions171819202122232425262728latest
Source in 24
src/System Application/App/Guided Experience/src/Checklist/ChecklistItem.Table.al46 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 1991 "Checklist Item"
{
Access = Internal;
InherentEntitlements = X;
InherentPermissions = X;
ReplicateData = false;
fields
{
field(1; Code; Code[300])
{
Caption = 'Code';
DataClassification = SystemMetadata;
TableRelation = "Guided Experience Item".Code;
}
field(2; "Completion Requirements"; Enum "Checklist Completion Requirements")
{
Caption = 'Completion Requirements';
DataClassification = SystemMetadata;
}
field(3; "Order ID"; Integer)
{
Caption = 'Order ID';
DataClassification = SystemMetadata;
}
}
keys
{
key(Key1; Code)
{
Clustered = true;
}
key(Key2; "Order ID")
{
}
}
}Fields, 3
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Code | Code[300] | - |
| 2 | Completion Requirements | Enum Checklist Completion Requirements | - |
| 3 | Order ID | Integer | - |
Keys, 2
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Code | - |
| Key2 | Order ID | - |