Database.SelectLatestVersion(Integer) Method
Version: Available or changed with runtime version 14.0.
Ensures that the table's latest version is used, ignoring any cached values older than the method's call time.
Syntax
Database.SelectLatestVersion(Table: Integer)
Note
This method can be invoked without specifying the data type name.
Parameters
Table
Type: Integer
The number of the table.
Related information
Database data type
Getting started with AL
Developing extensions