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)