PurchEditLinesForm.lookupInventBatchId Method [AX 2012]

Displays a custom lookup to select batch numbers.

public boolean lookupInventBatchId(
    FormControl _formControl, 
    str _filterStr, 
    PurchParmLine _purchParmLine, 
    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.
_purchParmLine
Type: PurchParmLine Table
The selected PurchParmLine record.
_inventDim
Type: InventDim Table
The selected InventDim record.

Return Value

Type: boolean
true if a custom lookup was displayed; otherwise, false.

Community Additions

ADD
Show: