PmfTableLookupExtended::newParameters Method [AX 2012]

Constructs an instance of the PmfTableLookupExtended class, based on the specified parameters.

client public static PmfTableLookupExtended newParameters(
    TableId _tableId, 
    FormControl _callingControl, 
   [boolean _useLookupValue])

Run On

Client

Parameters

_tableId
Type: TableId Extended Data Type
The ID of the table of the main lookup data source.
_callingControl
Type: FormControl Class
The control that receives the value of the lookup.
_useLookupValue
Type: boolean
A Boolean value that indicates whether to use the current value on the control to initialize the lookup.

Return Value

Type: PmfTableLookupExtended Class
An instance of the PmfTableLookupExtended class.
Show: