Dictionary.tableCnt2Id Method [AX 2012]

Provides the ID of a specified table.

public TableId tableCnt2Id(int cnt)

Run On

Called

Parameters

cnt
Type: int
An integer that specifies a table, based on the order of tables.

Return Value

Type: TableId Extended Data Type
A tableId system data type value that indicates the table ID; 0 (zero) if you pass a cnt value that is larger than the number of tables that is returned by the Dictionary::tableCnt method.

Community Additions

ADD
Show: