ProjListProjTableController.setRanges Method [AX 2012]

Applies filters to the report.

public void setRanges(
    Query _queryContract, 
    boolean _timeMaterial, 
    boolean _fixedPrice, 
    boolean _investment, 
    boolean _internalCost, 
    boolean _time, 
    boolean _active, 
    boolean _finished)

Run On

Called

Parameters

_queryContract
Type: Query Class
The report query to modify.
_timeMaterial
Type: boolean
The Project type - Time and Material.
_fixedPrice
Type: boolean
The Project type - Fixed Price.
_investment
Type: boolean
The Project type – Investment.
_internalCost
Type: boolean
The Project type - Internal Cost.
_time
Type: boolean
The Project type – Time.
_active
Type: boolean
The Project status – Active.
_finished
Type: boolean
The Project status – Finished.

This method sets ranges on the data source based on the values that are selected in the report parameters dialog box.

Community Additions

ADD
Show: