PCModelingLibrary::attributeTypeLookup Method [AX 2012]
Creates a lookup for a selection of different attribute types by their name.
client server public static SysTableLookup attributeTypeLookup(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 must be started.
Return Value
Type: SysTableLookup ClassA SysTableLookup object that represents the value from the lookup.
Show: