SalesEditLinesForm.lookupInventSerialId Method [AX 2012]
Displays a custom lookup to select serial ID numbers.
Syntax
public boolean lookupInventSerialId(
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.
- _salesParmLine
Type: SalesParmLine Table
The specified SalesParmLine record.
- _inventDim
Type: InventDim Table
The specified InventDim record.
Return Value
Type: boolean
Always returns false.