Page "MyDim Value Combinations"

ID 9252
Namespace: Microsoft.Finance.Dimension

Properties

Name Value
Caption Dimension Value Combinations
DeleteAllowed False
InsertAllowed False
LinksAllowed False
PageType Card
SaveValues True

Methods

SetSelectedDimValueComb

procedure SetSelectedDimValueComb(NewDimensionValueCombination: Record "Dimension Value Combination")

Parameters

Name Type Description
NewDimensionValueCombination Table Microsoft.Finance.Dimension."Dimension Value Combination"

Load

procedure Load(_Row: Code[20], _Column: Code[20], _ShowColumnName: Boolean)

Parameters

Name Type Description
_Row Code[20]
_Column Code[20]
_ShowColumnName Boolean

Events

OnAfterLoad

[IntegrationEvent(False,False)]
local procedure OnAfterLoad(var MatrixRecordDimensionValue: Record "Dimension Value", _Row: Code[20], _Column: Code[20], _ShowColumnName: Boolean)

Parameters

Name Type Description
MatrixRecordDimensionValue Table Microsoft.Finance.Dimension."Dimension Value"
_Row Code[20]
_Column Code[20]
_ShowColumnName Boolean

OnBeforeGenerateColumnCaptions

[IntegrationEvent(False,False)]
local procedure OnBeforeGenerateColumnCaptions(var MatrixRecordDimensionValue: Record "Dimension Value", StepType: Enum "Matrix Page Step Type")

Parameters

Name Type Description
MatrixRecordDimensionValue Table Microsoft.Finance.Dimension."Dimension Value"
StepType Enum Microsoft.Foundation.Enums."Matrix Page Step Type"

See also