Record.Reset() Method

Version: Available or changed with runtime version 1.0.

Removes all filters, including any special filters set by MarkedOnly, changes fields select for loading back to all, and changes the current key to the primary key. Also removes any marks on the record and clears any AL variables defined on its table definition.

Syntax

 Record.Reset()

Parameters

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

See Also

Record Data Type
Get Started with AL
Developing Extensions