Share via


InventStdCostAdjust_StdCostConvert.createInventCostTrans Method [AX 2012]

Creates the inventory cost transaction record for a financial inventory dimension.

Syntax

protected void createInventCostTrans(InventSum _inventSum, InventDim _inventDim)

Run On

Called

Parameters

  • _inventSum
    Type: InventSum Table
    The inventSum record that contains the financial on-hand value and quantity.
  • _inventDim
    Type: InventDim Table
    The financial inventory dimension that belongs to the given inventSum record.

Exceptions

Exception Condition
Error

The variance quantity is not equal to the quantity that should be revaluated, the conversion will exit.

See Also

Reference

InventStdCostAdjust_StdCostConvert Class