Page 99000843 Prod. Order BOM Cmt List
- App
- Base Application
- Namespace
- Microsoft.Manufacturing.Document
- Versions
- 17-28
- Source table
- 5416
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Manufacturing/Document/ProdOrderBOMCmtList.Page.al45 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.Document;
page 99000843 "Prod. Order BOM Cmt List"
{
AutoSplitKey = true;
Caption = 'Comment List';
Editable = false;
LinksAllowed = false;
PageType = List;
SourceTable = "Prod. Order Comp. Cmt Line";
layout
{
area(content)
{
repeater(Control1)
{
ShowCaption = false;
field(Date; Rec.Date)
{
ApplicationArea = Manufacturing;
}
field(Comment; Rec.Comment)
{
ApplicationArea = Manufacturing;
}
field("Code"; Rec.Code)
{
ApplicationArea = Manufacturing;
Visible = false;
}
}
}
}
actions
{
}
}