InventCostItemDim.getFinDimCombinationEnumerator Method [AX 2012]
Creates an enumerator for a collection of financial dimension combinations that must be processed for a particular item.
Syntax
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 Enumerator getFinDimCombinationEnumerator(InventTable _inventTable)
Microsoft Dynamics AX 2012 R2 (SYS)
protected Enumerator getFinDimCombinationEnumerator(InventTable _inventTable)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected SetEnumerator getFinDimCombinationEnumerator(InventTable _inventTable)
Microsoft Dynamics AX 2012 (FPK)
protected SetEnumerator getFinDimCombinationEnumerator(InventTable _inventTable)
Microsoft Dynamics AX 2012 (SYS)
protected SetEnumerator getFinDimCombinationEnumerator(InventTable _inventTable)
Run On
Called
Parameters
- _inventTable
Type: InventTable Table
An InventTable table buffer.
Return Value
Type: Enumerator Interface
The enumerator.