Page extension 6460 Serv. Resource Capacity Matrix, source in 29
Source29
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.';
}
}
}
}