Skip to content

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 matrix
  • MatrixRecords1: Array of dimension code buffer records representing matrix structure
  • CurrentNoOfMatrixColumns: Number of active matrix columns to display
  • ShowWarningLocal: Whether to show warning information in the reconciliation
  • DateFilterLocal: Date filter to apply to inventory and G/L entries
  • ItemFilterLocal: Item filter to limit reconciliation scope
  • LocationFilterLocal: 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():