Query.levelTable Method [AX 2012]

Determines the tree level, in the hierarchy of data sources, of the data source assigned to the specified table.

public int levelTable(TableId table, [int occurrence])

Run On

Called

Parameters

table
Type: TableId Extended Data Type
The table assigned to the data source in question.
occurrence
Type: int
The integer that may be used if more than one data source is assigned to the same table; optional.

Return Value

Type: int
The level number of the query's specified data source.

Community Additions

ADD
Show: