Page "Dim. Value Combinations Matrix"

ID 9253
Namespace: Microsoft.Finance.Dimension

Properties

Name Value
Caption Dimension Value Combinations Matrix
DataCaptionExpression ''
Editable False
LinksAllowed False
PageType ListPart
SourceTable Table Microsoft.Finance.Dimension."Dimension Value"

Methods

SetSelectedDimValue

procedure SetSelectedDimValue(DimValueCode: Code[20])

Parameters

Name Type Description
DimValueCode Code[20]

Load

procedure Load(MatrixColumns1: array[32] of Text[1024], var MatrixRecords1: array[32] of Record "Dimension Value", _Row: Code[20], CurrentNoOfMatrixColumn: Integer)

Parameters

Name Type Description
MatrixColumns1 array[32] of Text[1024]
MatrixRecords1 array[32] of Record "Dimension Value"
_Row Code[20]
CurrentNoOfMatrixColumn Integer

SetColumnVisibility

procedure SetColumnVisibility()

Events

OnBeforeLoad

[IntegrationEvent(False,False)]
local procedure OnBeforeLoad(MatrixColumns1: array[32] of Text[1024], var MatrixRecords1: array[32] of Record "Dimension Value", _Row: Code[20], CurrentNoOfMatrixColumn: Integer, var IsHandled: Boolean)

Parameters

Name Type Description
MatrixColumns1 array[32] of Text[1024]
MatrixRecords1 array[32] of Record "Dimension Value"
_Row Code[20]
CurrentNoOfMatrixColumn Integer
IsHandled Boolean

See also