Dictionary.tableName Method [AX 2012]
Provides the name of a specified table.
public str tableName(TableId tableId)
Run On
CalledParameters
- tableId
- Type: TableId Extended Data Type
A tableId system data type that indicates the table ID.
Return Value
Type: strA string that indicates the table name; UNKNOWN if you pass a tableId value that does not exist.
Community Additions
ADD
Show: