Dictionary.tableObject Method [AX 2012]
Provides information about a specified table by returning a DictTable object.
public DictTable tableObject(TableId tableId)
Run On
CalledParameters
- tableId
- Type: TableId Extended Data Type
A tableId system data type that indicates a table ID.
Return Value
Type: DictTable ClassA DictTable object that contains information about the specified table.
Community Additions
ADD
Show: