Share via


SrsAutoReportController.getExactDictFieldFromBaseTable Method [AX 2012]

Initializes a DictField object by using the exact table ID.

Syntax

private DictField getExactDictFieldFromBaseTable(DictField _dictField)

Run On

Client

Parameters

Return Value

Type: DictField Class
A DictField object initialized by using the correct table.

Remarks

Sometimes a DictField object is initialized with a base or derived table ID. Such objects do not return the exact SQL Server database name of the field. Use this function to initialize the object correctly by checking base tables.

See Also

Reference

SrsAutoReportController Class