Share via


SalesEditLinesForm.lookupInventBatchId Method [AX 2012]

Displays a custom lookup to select batch ID numbers.

Syntax

public boolean lookupInventBatchId(
    FormControl _formControl, 
    str _filterStr, 
    SalesParmLine _salesParmLine, 
    InventDim _inventDim)

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