Share via


IntrastatFormLetterDPFR.queryBuild Method [AX 2012]

Builds the query by passing the fromDate and toDate parameter values to the transdate range and the Direction parameter value to the direction range.

Syntax

private Query queryBuild(Query _query)

Run On

Server

Parameters

  • _query
    Type: Query Class
    The base query used by the report.

Return Value

Type: Query Class
The updated query, which is filtered by the user interface parameter values.

See Also

Reference

IntrastatFormLetterDPFR Class