Page "Resource Capacity Matrix"

ID 9237
Namespace: Microsoft.Projects.Resources.Analysis

Properties

Name Value
Caption Resource Capacity Matrix
Editable True
LinksAllowed False
PageType ListPart
SourceTable Table Microsoft.Projects.Resources.Resource.Resource

Methods

LoadMatrix

procedure LoadMatrix(NewQtyType: Enum "Analysis Amount Type", NewMatrixColumns: array[32] of Text[1024], var NewMatrixRecords: array[32] of Record Date, NewNoOfMatrixColumns: Integer)

Parameters

Name Type Description
NewQtyType Enum Microsoft.Foundation.Enums."Analysis Amount Type"
NewMatrixColumns array[32] of Text[1024]
NewMatrixRecords array[32] of Record Date
NewNoOfMatrixColumns Integer

Events

OnAfterMatrixOnDrillDown

[IntegrationEvent(False,False)]
local procedure OnAfterMatrixOnDrillDown(var ResCapacityEntry: Record "Res. Capacity Entry", var IsHandled: Boolean)

Parameters

Name Type Description
ResCapacityEntry Table Microsoft.Projects.Resources.Resource."Res. Capacity Entry"
IsHandled Boolean

OnAfterMATRIX_OnAfterGetRecord

[IntegrationEvent(False,False)]
local procedure OnAfterMATRIX_OnAfterGetRecord(var Resource: Record Resource, var MATRIXCellData: array[32] of Decimal, ColumnID: Integer)

Parameters

Name Type Description
Resource Table Microsoft.Projects.Resources.Resource.Resource
MATRIXCellData array[32] of Decimal
ColumnID Integer

OnAfterValidateCapacity

[IntegrationEvent(False,False)]
local procedure OnAfterValidateCapacity(var Resource: Record Resource, var MATRIXCellData: array[32] of Decimal, MATRIXColumnOrdinal: Integer)

Parameters

Name Type Description
Resource Table Microsoft.Projects.Resources.Resource.Resource
MATRIXCellData array[32] of Decimal
MATRIXColumnOrdinal Integer

See also