Share via


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

Return Value

Type: InventSettlement Table
An inventory settlement record.

See Also

Reference

InventTrans Table