Share via


CustProvisionalBalanceDP.copyQueryFiltersAndRangesOnCustTable Method [AX 2012]

Copies the query ranges from the source query to the target query.

Syntax

private void copyQueryFiltersAndRangesOnCustTable(Query _sourceQuery, Query _targetQuery)

Run On

Server

Parameters

  • _sourceQuery
    Type: Query Class
    The query from which to copy ranges.
  • _targetQuery
    Type: Query Class
    The query to add ranges and filters to.

Remarks

Also copies dynamic filters to the target query.

See Also

Reference

CustProvisionalBalanceDP Class