RetailConnDataDirectorQuery.rangeValue Method [AX 2012]

Sets the values to the range.

public boolean rangeValue(
    anytype _fromValue, 
    anytype _toValue, 
    int _operator)

Run On

Called

Parameters

_fromValue
Type: anytype
The lower range value.
_toValue
Type: anytype
The upper range value.
_operator
Type: int
The operator that is used to calculate the actual range value.

Return Value

Type: boolean
true if operator matches the specified conditions; otherwise, false.

Community Additions

ADD
Show: