Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.08 KB

record-fieldactive-method.md

File metadata and controls

43 lines (34 loc) · 1.08 KB
title description ms.author ms.date ms.topic author ms.reviewer
Record.FieldActive(Any) Method
Checks whether a field is enabled.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Record.FieldActive(Any) Method

Version: Available or changed with runtime version 1.0.

Checks whether a field is enabled.

Syntax

Ok :=   Record.FieldActive(Field: Any)

Parameters

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

Field
 Type: Any
The field that you want to check.

Return Value

Ok
 Type: Boolean

See Also

Record Data Type
Get Started with AL
Developing Extensions