Page extension 99000773 Mfg. Whse. Worker WMS RC

App
Base Application
Namespace
Microsoft.Warehouse.RoleCenters
Versions
26-28
Extends
Whse. Worker WMS Role Center

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Manufacturing/Warehouse/RoleCenters/MfgWhseWorkerWMSRC.PageExt.al25 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.Warehouse.RoleCenters;

using Microsoft.Manufacturing.Reports;

pageextension 99000773 "Mfg. Whse. Worker WMS RC" extends "Whse. Worker WMS Role Center"
{
    actions
    {
        addafter("Whse. P&hys. Inventory List")
        {
            action("Prod. &Order Picking List")
            {
                ApplicationArea = Manufacturing;
                Caption = 'Prod. &Order Picking List';
                Image = "Report";
                RunObject = Report "Prod. Order - Picking List";
            }
        }
    }
}