PmfInventLookupItemIdByDefaultOrder.new Method [AX 2012]
Initializes a new instance of the PmfInventLookupItemIdByDefaultOrder class.
Note |
|---|
|
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,
PmfProductType _filterOutPmfProductType,
[InventItemLookupDefaultTab _activeTab])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void new(
Object _lookupCtrl,
boolean _selectOnlyItems,
PmfProductType _filterOutPmfProductType,
[InventItemLookupDefaultTab _activeTab])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void new(
Object _lookupCtrl,
boolean _selectOnlyItems,
PmfProductType _pmfProductType,
[InventItemLookupDefaultTab _activeTab])
Microsoft Dynamics AX 2012 (FPK)
protected void new(
Object _lookupCtrl,
boolean _selectOnlyItems,
PmfProductType _pmfProductType,
[InventItemLookupDefaultTab _activeTab])
Run On
CalledParameters
- _lookupCtrl
- Type: Object Class
The currently selected form control.
- _selectOnlyItems
- Type: boolean
A Boolean value: true if the lookup returns only items of the items type from the InventTable table; otherwise, all item types are returned.
- _filterOutPmfProductType
- Type: PmfProductType Enumeration
A filter on the item production type that will not be shown in the lookup form.
- _activeTab
- Type: InventItemLookupDefaultTab Enumeration
The default tab to use in the item lookup form.
Community Additions
ADD
Show:
Note