PCModelingLibrary::attributeDefaultValueLookup Method [AX 2012]
Creates a lookup for the selection of values contained in the specified domain.
client server public static SysTableLookup attributeDefaultValueLookup(
FormControl _caller,
EcoResAttributeType _domain,
[boolean _doLookup])
Run On
CalledParameters
- _caller
- Type: FormControl Class
The FormControl object that will receive the chosen value from the lookup.
- _domain
- Type: EcoResAttributeType Table
The domain that contains the values.
- _doLookup
- Type: boolean
A Boolean value that indicates whether the lookup should be started.
Show: