PCModelingLibrary::attributeLookup Method [AX 2012]

Creates a lookup for the selection of attributes of the specified component.

client server public static SysTableLookup attributeLookup(
    FormControl _caller, 
    PCClass _component, 
   [boolean _doLookup])

Run On

Called

Parameters

_caller
Type: FormControl Class
The FormControl that will receive the chosen value from the lookup.
_component
Type: PCClass Table
The component that owns the attributes.
_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: