PCModelingLibrary::constraintBasedProductMasterLookup Method [AX 2012]
Creates a lookup to select the products that are compatible with the product configuration.
client server public static SysReferenceTableLookup constraintBasedProductMasterLookup(FormReferenceControl _formReferenceControl, [boolean _doLookup])
Run On
CalledParameters
- _formReferenceControl
- Type: FormReferenceControl Class
The FormReferenceControl object that will receive the chosen value from the lookup.
- _doLookup
- Type: boolean
A Boolean value that indicates whether the lookup should be started.
Return Value
Type: SysReferenceTableLookup ClassA SysReferenceTableLookup object that represents the value lookup.
Show: