InventPhysicalPerWarehouseTransDP_IT.dimensionsSelected Method [AX 2012]

Checks whether any value is given to the ranges of the InventDim table in the query.

Syntax

private boolean dimensionsSelected(Query _query)

Run On

Server

Parameters

  • _query
    Type: Query Class
    The query object that is passed from the processReport method.

Return Value

Type: boolean
true if the values are specified in the range; otherwise, false.

See Also

Reference

InventPhysicalPerWarehouseTransDP_IT Class