SysQueryForm.hideLookupFields Method [AX 2012]

Hides the look-up field based on its join type, the most restricted range status, and its dimension property.

Syntax

private void hideLookupFields(
    QueryBuildDataSource _qbds, 
    DictField _dictField, 
   [str _fieldLabel])

Run On

Client

Parameters

  • _dictField
    Type: DictField Class
    The DictField instance of the current field
  • _fieldLabel
    Type: str
    The label of the current field.

See Also

Reference

SysQueryForm Class