PurchReqExpressionProvider.GetLookup Method [AX 2012]

Gets a lookup table that represents the hierarchy from which the user can select a node.

public RecId GetLookup(CLRObject field, [HWND parentHwnd])

Run On

Called

Parameters

field
Type: CLRObject Class
The field in the expression that represents a node in the hierarchy
parentHwnd
Type: HWND Extended Data Type
Handle to the parent window

Return Value

Type: RecId Extended Data Type
The RecID value of the selected field from the lookup table.

The lookup table is typically the primary key table for this field in the FK table.

Community Additions

ADD
Show: