Share via


LedgerRowStructWhereUsedController.setQueryRanges Method [AX 2012]

Modifies the report query.

Syntax

public void setQueryRanges(
    Query _queryLedgerBalHeaderDim, 
    Query _queryLedgerRowDef, 
   [boolean _filterRecords])

Run On

Called

Parameters

  • _queryLedgerBalHeaderDim
    Type: Query Class
    The LedgerBalHeaderDim query that must be modified.
  • _queryLedgerRowDef
    Type: Query Class
    The LedgerRowDef query that must be modified.
  • _filterRecords
    Type: boolean
    The Boolean which specifies whether we must add filters; optional.

See Also

Reference

LedgerRowStructWhereUsedController Class