SysQueryForm.getFieldFromFilter Method [AX 2012]

Finds the actual dictField that represents the current field including a derived field, supports downward chain lookup.

Syntax

private DictField getFieldFromFilter(QueryFilter qf)

Run On

Client

Parameters

Return Value

Type: DictField Class
Returns a dictField if a field is found in the data source that includes derived data source; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

SysQueryForm Class