PurchEditLinesForm.lookupInventGTDId_RU Method [AX 2012]

Displays a custom lookup to select invent owner.

public boolean lookupInventGTDId_RU(
    FormControl _formControl, 
    str _filterStr, 
    PurchParmLine _purchParmLine)

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.

Return Value

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

Community Additions

ADD
Show: