Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Version: Available or changed with runtime version 1.0.
Sets the table to which a Record variable refers as the same table as a RecordRef variable.
Syntax
RecordRef.SetTable(Rec: Record)
Parameters
RecordRef
Type: RecordRef
An instance of the RecordRef data type.
Rec
Type: Record
Specifies the Record that you want to refer to the table.
Related information
RecordRef Data Type
Getting Started with AL
Developing Extensions