Record.GetRangeMin(Any) Method

Version: Available or changed with runtime version 1.0.

Gets the minimum value in a range for a field.

Syntax

Value :=   Record.GetRangeMin(Field: Any)

Parameters

Record
 Type: Record
An instance of the Record data type.

Field
 Type: Any
The field for which you want to find the minimum value.

Return Value

Value
 Type: Any

Remarks

An error is thrown if there is no filter on the specified field.

See Also

Record Data Type
Get Started with AL
Developing Extensions