PCModelingLibrary::attributeDefaultBoolValueLookup Method [AX 2012]
Creates a lookup for the selection of true and false values.
client server public static SysTableLookup attributeDefaultBoolValueLookup(FormControl _caller, [boolean _doLookup])
Run On
CalledParameters
- _caller
- Type: FormControl Class
The FormControl object that will receive the chosen value from the lookup.
- _doLookup
- Type: boolean
A Boolean value that indicates whether the lookup should be started.
Show: