Page extension 99000772 Mfg. Whse. WMS Role Center

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

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Manufacturing/Warehouse/RoleCenters/MfgWhseWMSRoleCenter.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.Document;

pageextension 99000772 "Mfg. Whse. WMS Role Center" extends "Whse. WMS Role Center"
{
    actions
    {
        addafter(PhysInvtRecordings)
        {
            action(ReleasedProductionOrders)
            {
                ApplicationArea = Manufacturing;
                Caption = 'Released Production Orders';
                RunObject = Page "Released Production Orders";
                ToolTip = 'View the list of released production order that are ready for warehouse activities.';
            }
        }
    }
}