PCModelingLibrary::constraintBasedItemLookup Method [AX 2012]

Creates a lookup for the selection of items that are compatible with the product configuration.

client server public static SysTableLookup constraintBasedItemLookup(FormControl _caller, [boolean _doLookup])

Run On

Called

Parameters

_caller
Type: FormControl Class
The FormControl object that will receive the specified value from the lookup.
_doLookup
Type: boolean
A Boolean value that indicates whether the lookup should be started.

Return Value

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