Share via


PmfFormCtrl_ProdParmSplit.fieldLookup Method [AX 2012]

Performs a lookup on ProdTable records filtering on production type.

Syntax

public void fieldLookup(
    FieldId _fieldId, 
    FormControl _formControl, 
   [str _filterStr])

Run On

Called

Parameters

  • _formControl
    Type: FormControl Class
    The form control on which the lookup is being performed.
  • _filterStr
    Type: str
    A string that specifies extra filter parameters; optional.

See Also

Reference

PmfFormCtrl_ProdParmSplit Class