InventCostIndirectPhysical.getIndirectCostEnumerator Method [AX 2012]

Retrieves the MapEnumerator object for the indirect cost per cost group map that corresponds to the InventTrans record that is specified by the _inventTrans parameter.

Syntax

public MapEnumerator getIndirectCostEnumerator(InventTrans _inventTrans)

Run On

Called

Parameters

  • _inventTrans
    Type: InventTrans Table
    The InventTrans record for which to return the indirect cost per cost group MapEnumerator object.

Return Value

Type: MapEnumerator Class
The MapEnumerator object for the indirect cost per cost group.

Remarks

Creates an empty map in case there is no indirect cost for the InventTrans record that is specified by the _inventTrans parameter.

See Also

Reference

InventCostIndirectPhysical Class