InventStdCostAdjust_StdCostConvert::newStdCost Method [AX 2012]

Returns a new instance of the InventStdCostAdjust_StdCostConvert class.

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
          server public static InventStdCostAdjust_StdCostConvert newStdCost(
            InventTable _inventTable, 
            InventStdCostConv _inventStdCostConv, 
           [InventTransCurrency_RU _inventTransCurrency])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static InventStdCostAdjust_StdCostConvert newStdCost(
            InventTable _inventTable, 
            InventStdCostConv _inventStdCostConv, 
           [InventTransCurrency_RU _inventTransCurrency])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static InventStdCostAdjust_StdCostConvert newStdCost(InventTable _inventTable, InventStdCostConv _inventStdCostConv)

  Microsoft Dynamics AX 2012 (FPK)
          server public static InventStdCostAdjust_StdCostConvert newStdCost(InventTable _inventTable, InventStdCostConv _inventStdCostConv)

  Microsoft Dynamics AX 2012 (SYS)
          server public static InventStdCostAdjust_StdCostConvert newStdCost(InventTable _inventTable, InventStdCostConv _inventStdCostConv)

Run On

Server

Parameters

  • _inventTable
    Type: InventTable Table
    The inventory table record for the item that should be converted.
  • _inventStdCostConv
    Type: InventStdCostConv Table
    The inventory standard cost conversion record for the current conversion.

Return Value

Type: InventStdCostAdjust_StdCostConvert Class
An initialized instance of the InventStdCostAdjust_StdCostConvert class.

See Also

Reference

InventStdCostAdjust_StdCostConvert Class