KVSFCYInventoryGLReconMatrix#
Procedures#
Load(Text[100], Record Dimension Code Buffer, Integer, Boolean, Text, Text, Text) :#
Summary: Initializes the matrix page with column captions, matrix records, and filter parameters for the inventory-G/L reconciliation report.
procedure Load(MatrixColumns1: Text[100]; var MatrixRecords1: Record "Dimension Code Buffer"; CurrentNoOfMatrixColumns: Integer; ShowWarningLocal: Boolean; DateFilterLocal: Text; ItemFilterLocal: Text; LocationFilterLocal: Text):
Parameters:
MatrixColumns1: Array of column captions to display in the matrixMatrixRecords1: Array of dimension code buffer records representing matrix structureCurrentNoOfMatrixColumns: Number of active matrix columns to displayShowWarningLocal: Whether to show warning information in the reconciliationDateFilterLocal: Date filter to apply to inventory and G/L entriesItemFilterLocal: Item filter to limit reconciliation scopeLocationFilterLocal: Location filter to limit reconciliation scope
SetVisible() :#
Summary: Sets the visibility of matrix fields based on whether column captions are populated, controlling which columns are displayed in the inventory-G/L reconciliation matrix.
procedure SetVisible():