Page extension 6460 Serv. Resource Capacity Matrix

App
Base Application
Namespace
Microsoft.Projects.Resources.Analysis
Versions
25-28
Extends
Resource Capacity Matrix

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Service/Resources/ServResourceCapacityMatrix.PageExt.al26 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.Projects.Resources.Analysis;

using Microsoft.Service.Resources;

pageextension 6460 "Serv. Resource Capacity Matrix" extends "Resource Capacity Matrix"
{
    actions
    {
        addafter("Resource A&vailability")
        {
            action("&Set Capacity")
            {
                ApplicationArea = Jobs;
                Caption = '&Set Capacity';
                RunObject = Page "Resource Capacity Settings";
                RunPageLink = "No." = field("No.");
                ToolTip = 'Change the capacity of the resource, such as a technician.';
            }
        }
    }
}