Share via


SysDictTable.getTableInheritanceHierarchy Method [AX 2012]

Gets a list of table IDs in the inheritance hierarchy of the current table.

Syntax

public List getTableInheritanceHierarchy([TableScope _tableScope])

Run On

Called

Parameters

Return Value

Type: List Class
A list of table IDs in the inheritance hierarchy that are based on the table scope.

Remarks

The default value of this parameter will have the method search at both the base table and its derived tables

See Also

Reference

SysDictTable Class