Share via


InventCostTransCostList::newPlannedCostList Method [AX 2012]

Initializes a new instance of the InventCostTransCostList class that contains the planned cost broken down on cost groups for an inventory transaction.

Syntax

client server public static InventCostTransCostList newPlannedCostList(
    InventTable _inventTable, 
    InventTrans _inventTrans, 
    InventCostVarianceType _varianceType, 
    DimensionDefault _dimension, 
    Qty _qty, 
    InventCostTransCostList _stdCostList, 
   [InventItemPrice _inventItemPrice])

Run On

Called

Parameters

  • _inventTable
    Type: InventTable Table
    An InventTable buffer used to initialize the cost list.
  • _inventTrans
    Type: InventTrans Table
    An InventTrans buffer for which the planned cost is calculated.
  • _inventItemPrice
    Type: InventItemPrice Table
    An InventItemPrice used to initialize the cost list; optional.

Return Value

Type: InventCostTransCostList Class
A new instance of the InventCostTransCostList class that contains the planned cost broken down on cost groups for the given quantity.

See Also

Reference

InventCostTransCostList Class