Editar

RecordRef.Open(Text [, Boolean] [, Text]) Method

Version: Available or changed with runtime version 17.0.

Causes a RecordRef variable to refer to a table, which is identified by its number in a particular company.

Syntax

 RecordRef.Open(FullyQualifiedName: Text [, Temp: Boolean] [, CompanyName: Text])

Parameters

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

FullyQualifiedName
 Type: Text
The fully qualified name of the table.

[Optional] Temp
 Type: Boolean

[Optional] CompanyName
 Type: Text
The name of the company to which you want to change. If you omit this parameter, the current company is used.

See Also

RecordRef data type
Getting started with AL
Developing extensions