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