ReqForecastReduceQueryFactory.addTransDateRanges Method [AX 2012]
Adds ranges so that the query retrieves only transactions that occur on specific dates.
public Query addTransDateRanges(
Query _query,
TransDate _fromDate,
TransDate _toDate)
Run On
ServerParameters
- _query
- Type: Query Class
The Query object to add ranges to.
- _fromDate
- Type: TransDate Extended Data Type
The start date of the period.
- _toDate
- Type: TransDate Extended Data Type
The end date of the period.
Return Value
Type: Query ClassA Query object that retrieves only transactions that occur on specific dates.
Community Additions
ADD
Show: