Share via


InventCostTransCostList::newActualCostList Method [AX 2012]

Initializes a recordSortedList that contains the actual cost broken down on cost groups for an inventory transaction.

Syntax

client server public static InventCostTransCostList newActualCostList(
    InventTable _inventTable, 
    InventTransOrigin _inventTransOrigin, 
    InventTrans _inventTrans, 
    InventCostVarianceType _varianceType, 
    DimensionDefault _dimension, 
    InventItemPrice _inventItemPrice, 
    Qty _qty)

Run On

Called

Parameters

  • _inventTable
    Type: InventTable Table
    An InventTable buffer that is used to initialize the cost list.
  • _inventTrans
    Type: InventTrans Table
    An InventTrans buffer for which the actual cost is calculated.

Return Value

Type: InventCostTransCostList Class
A recordSortedList that contains the actual cost broken down on cost groups for the given quantity.

See Also

Reference

InventCostTransCostList Class