Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.21 KB

record-getrangemax-method.md

File metadata and controls

43 lines (34 loc) · 1.21 KB
title description ms.author ms.date ms.topic author ms.reviewer
Record.GetRangeMax(Any) Method
Gets the maximum value in a range for a field.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Record.GetRangeMax(Any) Method

Version: Available or changed with runtime version 1.0.

Gets the maximum value in a range for a field.

Syntax

Value :=   Record.GetRangeMax(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 maximum value. The current filter on Field must be a single range filter; otherwise, a run-time error occurs.

Return Value

Value
 Type: Any

See Also

Record Data Type
Get Started with AL
Developing Extensions