Bearbeiten

Record.FullyQualifiedName() Method

Version: Available or changed with runtime version 17.0.

Gets the fully qualified name of a table.

Syntax

FullyQualifiedName :=   Record.FullyQualifiedName()

Note

This method can be invoked using property access syntax.

Parameters

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

Return Value

FullyQualifiedName
 Type: Text
The fully qualified name.

See Also

Record data type
Getting started with AL
Developing extensions