Table 99000783 Standard Task Description
- App
- Base Application
- Namespace
- Microsoft.Manufacturing.Routing
- Versions
- 17-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Manufacturing/Routing/StandardTaskDescription.Table.al44 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 Microsoft.Manufacturing.Routing;
table 99000783 "Standard Task Description"
{
Caption = 'Standard Task Description';
DataClassification = CustomerContent;
fields
{
field(1; "Standard Task Code"; Code[10])
{
Caption = 'Standard Task Code';
NotBlank = true;
TableRelation = "Standard Task";
}
field(2; "Line No."; Integer)
{
Caption = 'Line No.';
}
field(10; Text; Text[50])
{
Caption = 'Text';
ToolTip = 'Specifies the text for the standard task description.';
}
}
keys
{
key(Key1; "Standard Task Code", "Line No.")
{
Clustered = true;
}
}
fieldgroups
{
}
}