Page extension 99000798 DF Purchasing Manager RC

App
Base Application
Namespace
Microsoft.Purchases.RoleCenters
Versions
28
Extends
Purchasing Manager Role Center

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Inventory/Forecast/DFPurchasingManagerRC.PageExt.al23 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.RoleCenters;

using Microsoft.Manufacturing.Forecast;

pageextension 99000798 "DF Purchasing Manager RC" extends "Purchasing Manager Role Center"
{
    actions
    {
        addafter("Vendors1")
        {
            action("Production Forecasts")
            {
                ApplicationArea = Manufacturing;
                Caption = 'Demand Forecasts';
                RunObject = page "Demand Forecast Names";
            }
        }
    }
}