InventTrans.updateStdCostPriceVariancePhy Method
Initializes an inventory settlement record that adjusts the physical value of the transaction to standard cost.
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
public InventSettlement updateStdCostPriceVariancePhy(InventMovement _inventMovement, [InventTransCurrency_RU _inventTransCurrency])
Microsoft Dynamics AX 2012 R2 (SYS)
public InventSettlement updateStdCostPriceVariancePhy(InventMovement _inventMovement, [InventTransCurrency_RU _inventTransCurrency])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public InventSettlement updateStdCostPriceVariancePhy(InventMovement _inventMovement)
Microsoft Dynamics AX 2012 (FPK)
public InventSettlement updateStdCostPriceVariancePhy(InventMovement _inventMovement)
Microsoft Dynamics AX 2012 (SYS)
public InventSettlement updateStdCostPriceVariancePhy(InventMovement _inventMovement)
Run On
Called
Parameters
- _inventMovement
Type: InventMovement Class
The inventory movement.
- _inventTransCurrency
Type: InventTransCurrency_RU Enumeration
Currency type to initialize settlement record.
Return Value
Type: InventSettlement Table
An inventory settlement record.