Изменить

Поделиться через


RecordRef.SetAutoCalcFields([Integer,...]) Method

Version: Available or changed with runtime version 15.0.

Sets the FlowFields that you specify to be automatically calculated when the RecordRef is retrieved from the database.

Syntax

[Ok := ]  RecordRef.SetAutoCalcFields([Fields: Integer,...])

Parameters

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

[Optional] Fields
 Type: Integer
The FieldNo's of the fields to be loaded.

Return Value

[Optional] Ok
 Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

RecordRef data type
Getting started with AL
Developing extensions