Share via


PmfFormCtrl_ProdTableCreate.fieldLookup Method [AX 2012]

Finds the fields on the ProdTable record.

Syntax

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

Run On

Called

Parameters

  • _formControl
    Type: FormControl Class
    The FormControl object that indicates the lookup.
  • _filterStr
    Type: str
    Additional filter for the lookup.

See Also

Reference

PmfFormCtrl_ProdTableCreate Class