Page extension 99000836 Mfg. Planning Components, source in 29

Source29

src/Layers/W1/BaseApp/Manufacturing/Inventory/Planning/MfgPlanningComponents.PageExt.al30 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.Inventory.Planning;

pageextension 99000836 "Mfg. Planning Components" extends "Planning Components"
{
    layout
    {
        addafter(Description)
        {
            field("Scrap %"; Rec."Scrap %")
            {
                ApplicationArea = Planning;
                ToolTip = 'Specifies the percentage of the item that you expect to be scrapped in the production process.';
                Visible = false;
            }
        }
        addafter("Shortcut Dimension 2 Code")
        {
            field("Routing Link Code"; Rec."Routing Link Code")
            {
                ApplicationArea = Planning;
                ToolTip = 'Specifies a routing link code to link a planning component with a specific operation.';
                Visible = false;
            }
        }
    }
}