MapIterator.rangeValue Method [AX 2012]

Returns the value of the "value" in the (key, value) pair referred to by the iterator.

public anytype rangeValue()

Run On

Called

Return Value

Type: anytype
The value of the second item in the map element that is currently referred to by the iterator.

The rangeValue method has the same functionality as the MapIterator.value method, but it is available as a counterpart to the domainValue method.

Community Additions

ADD
Show: