InventLookupItemIdByDefaultOrder.new Method [AX 2012]

Initializes a new instance of the InventLookupItemIdByDefaultOrder class.

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          protected void new(
            Object _lookupCtrl, 
            boolean _selectOnlyItems, 
           [InventItemLookupDefaultTab _activeTab, 
            Set _allowedPmfProductTypes])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void new(
            Object _lookupCtrl, 
            boolean _selectOnlyItems, 
           [InventItemLookupDefaultTab _activeTab, 
            Set _allowedPmfProductTypes])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void new(
            Object _lookupCtrl, 
            boolean _selectOnlyItems, 
           [InventItemLookupDefaultTab _activeTab])

  Microsoft Dynamics AX 2012 (FPK)
          protected void new(
            Object _lookupCtrl, 
            boolean _selectOnlyItems, 
           [InventItemLookupDefaultTab _activeTab])

  Microsoft Dynamics AX 2012 (SYS)
          protected void new(
            Object _lookupCtrl, 
            boolean _selectOnlyItems, 
           [InventItemLookupDefaultTab _activeTab])

Run On

Called

Parameters

_lookupCtrl
Type: Object Class
The currently selected form control.
_selectOnlyItems
Type: boolean
A Boolean value that indicates whether the lookup will only return records of type items from the InventTable table.
_activeTab
Type: InventItemLookupDefaultTab Enumeration
_allowedPmfProductTypes
Type: Set Class

Community Additions

ADD
Show: