SysReferenceTableLookup.addLookupMethod Method [AX 2012]

Adds a control to the grid on the lookup form.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          public void addLookupMethod(str _methodName, [boolean _returnItem])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void addLookupMethod(str _methodName, [boolean _returnItem])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void addLookupMethod(str _methodName)

  Microsoft Dynamics AX 2012 (FPK)
          public void addLookupMethod(str _methodName)

  Microsoft Dynamics AX 2012 (SYS)
          public void addLookupMethod(str _methodName)

Run On

Called

Parameters

_methodName
Type: str
The display or edit method that the control is bound to.
_returnItem
Type: boolean

Community Additions

ADD
Show: