Share via


WHSWorkTransDP.buildQuery Method [AX 2012]

Builds the query that is used to pull the records for the report.

Syntax

private Query buildQuery(
    Query _query, 
    FromDateTime _fromDateTime, 
    ToDateTime _toDateTime)

Run On

Server

Parameters

  • _query
    Type: Query Class
    The report query object to modify.

Return Value

Type: Query Class
The modified query object to use to pull records for the report.

See Also

Reference

WHSWorkTransDP Class