Page extension 99000792 Mfg. Purch. Receipt Lines
- App
- Base Application
- Namespace
- Microsoft.Purchases.History
- Versions
- 27-28
- Extends
- Purch. Receipt Lines
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Manufacturing/Purchases/History/MfgPurchReceiptLines.PageExt.al39 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.Purchases.History;
pageextension 99000792 "Mfg. Purch. Receipt Lines" extends "Purch. Receipt Lines"
{
layout
{
addafter("Unit Cost")
{
field("Prod. Order No."; Rec."Prod. Order No.")
{
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the number of the related production order.';
}
field("Routing No."; Rec."Routing No.")
{
ApplicationArea = Manufacturing;
ToolTip = 'Specifies the number of the related production routing.';
Visible = false;
}
field("Operation No."; Rec."Operation No.")
{
ApplicationArea = Manufacturing;
ToolTip = 'Specifies the number of the related production operation.';
Visible = false;
}
field("Work Center No."; Rec."Work Center No.")
{
ApplicationArea = Manufacturing;
ToolTip = 'Specifies the number of the related production work center.';
Visible = false;
}
}
}
}