Share via


SrsAutoReportController.getDictTable Method [AX 2012]

Gets the DictTable object by using the given table identifier.

Syntax

private DictTable getDictTable(TableId _tableId)

Run On

Client

Parameters

Return Value

Type: DictTable Class
The DictTable object that has the table identifier.

Remarks

This method is used to centralize the error handling if the table is not found.

See Also

Reference

SrsAutoReportController Class