This documentation is archived and is not being maintained.
RetailConnDataDirectorEngine.rangeValue Method [AX 2012]
Sets the range value for a field in the query.
public boolean rangeValue(
anytype _fromValue,
anytype _toValue,
int _operator)
Run On
Client
Parameters
-
_fromValue
- Type: anytype
The minimum value of the range.
-
_toValue
- Type: anytype
The maximum value of the range.
-
_operator
- Type: int
The operator value that is used for calculations.
Return Value
Type:
boolean
true if the range is set accordingly; otherwise false.