Dictionary.tableNext Method [AX 2012]
Indicates the table that succeeds a specified table, based on the table IDs.
public TableId tableNext(TableId tableId)
Run On
CalledParameters
- tableId
- Type: TableId Extended Data Type
A tableId system data type that indicates a table ID.
Return Value
Type: TableId Extended Data TypeA tableId system data type value for the table that succeeds the specified table.
Community Additions
ADD
Show: