Record.SetBaseLoadFields() Method

Version: Available or changed with runtime version 12.0.

Sets that only fields for the base table to be initially loaded when the record is retrieved from its data source. This will overwrite fields previously selected for initial load.

Syntax

[Ok := ]  Record.SetBaseLoadFields()

Parameters

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

Return Value

[Optional] Ok
 Type: Boolean
true if all the fields specified by the Fields parameter are currently loaded; otherwise, false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

Record Data Type
Getting Started with AL
Developing Extensions