Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- _inventTransCurrency
Type: InventTransCurrency_RU Enumeration
The type of conversion currency (primary or secondary); optional.
Return Value
Type: InventStdCostAdjust_StdCostConvert Class
An initialized instance of the InventStdCostAdjust_StdCostConvert class.