Dictionary.tableName Method [AX 2012]

Provides the name of a specified table.

public str tableName(TableId tableId)

Run On

Called

Parameters

tableId
Type: TableId Extended Data Type
A tableId system data type that indicates the table ID.

Return Value

Type: str
A string that indicates the table name; UNKNOWN if you pass a tableId value that does not exist.

The method returns UNKNOWN if you pass a tableId value that does not exist.

Community Additions

ADD
Show: