Table 1991 Checklist Item
- App
- System Application
- Namespace
- System.Environment.Configuration
- Versions
- 18-28
Versions171819202122232425262728
Source in 29
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")
{
}
}
}