PBATableLookup::newParameters Method [AX 2012]

Initializes a new PBATableLookup object.

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

Run On

Client

Parameters

_tableId
Type: TableId Extended Data Type
_callingControl
Type: FormControl Class
_useLookupValue
Type: boolean

Return Value

Type: PBATableLookup Class
An instance of a PBATableLookup class.

This method is duplicated from parent (SysTableLookup) but creating and returning an instance of PBATableLookup.

Show: