Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.13 KB

File metadata and controls

43 lines (34 loc) · 1.13 KB
title description ms.author ms.date ms.topic author ms.reviewer
Record.FieldNo(Any) Method
Gets the number assigned to a field in the table description.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Record.FieldNo(Any) Method

Version: Available or changed with runtime version 1.0.

Gets the number assigned to a field in the table description.

Syntax

Number :=   Record.FieldNo(Field: Any)

Parameters

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

Field
 Type: Any
The name of the field in the record.

Return Value

Number
 Type: Integer

See Also

Record Data Type
Get Started with AL
Developing Extensions