SalesEditLinesForm.lookupInventOwnerId_RU Method [AX 2012]
Displays a custom lookup to select invent owner.
Syntax
public boolean lookupInventOwnerId_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.
- _salesParmLine
Type: SalesParmLine Table
The selected SalesParmLine record.
Return Value
Type: boolean
Always returns false.