Share via


SalesEditLinesForm.lookupInventGTDId_RU Method [AX 2012]

Displays a custom lookup to select invent GTD.

Syntax

public boolean lookupInventGTDId_RU(
    FormControl _formControl, 
    str _filterStr, 
    SalesParmLine _salesParmLine)

Run On

Client

Parameters

  • _formControl
    Type: FormControl Class
    The FormControl object for which to display the lookup.
  • _filterStr
    Type: str
    The current value.

Return Value

Type: boolean
Always returns false.

See Also

Reference

SalesEditLinesForm Class