PCModelingLibrary::componentReferenceLookup Method [AX 2012]

Creates a reference lookup for the selection of product configuration components.

client server public static SysReferenceTableLookup componentReferenceLookup(FormReferenceControl _callerControl, [boolean _doLookup])

Run On

Called

Parameters

_callerControl
Type: FormReferenceControl Class
The form reference control that will receive the chosen value from the lookup.
_doLookup
Type: boolean
A Boolean value that indicates whether to start the lookup.

Return Value

Type: SysReferenceTableLookup Class
A SysReferenceTableLookup object that represents the value lookup.
Show: