Share via


SrsAutoReportController.getDictField Method [AX 2012]

Gets the DictField object by using the given table and field identifiers.

Syntax

private DictField getDictField(TableId _tableId, FieldId _fieldId)

Run On

Client

Parameters

Return Value

Type: DictField Class
The DictField object that has the table and field identifiers.

Remarks

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

See Also

Reference

SrsAutoReportController Class