InventCostItemDim.updateClosingCosting Method [AX 2012]

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
          protected InventSettlement updateClosingCosting(
            InventTrans _receipt, 
            InventTrans _issue, 
            Qty _settleQty, 
            InventSettleModel _inventSettleModel, 
           [InventSettlement _reuseSettlement, 
            PdsCWSettled _pdsCWSettled])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected InventSettlement updateClosingCosting(
            InventTrans _receipt, 
            InventTrans _issue, 
            Qty _settleQty, 
            InventSettleModel _inventSettleModel, 
           [InventSettlement _reuseSettlement, 
            PdsCWSettled _pdsCWSettled])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected InventSettlement updateClosingCosting(
            InventTrans _receipt, 
            InventTrans _issue, 
            Qty _settleQty, 
            InventSettleModel _inventSettleModel, 
           [InventSettlement _reuseSettlement, 
            PdsCWSettled _pdsCWSettled])

  Microsoft Dynamics AX 2012 (FPK)
          protected InventSettlement updateClosingCosting(
            InventTrans _receipt, 
            InventTrans _issue, 
            Qty _settleQty, 
            InventSettleModel _inventSettleModel, 
           [InventSettlement _reuseSettlement])

  Microsoft Dynamics AX 2012 (SYS)
          protected InventSettlement updateClosingCosting(
            InventTrans _receipt, 
            InventTrans _issue, 
            Qty _settleQty, 
            InventSettleModel _inventSettleModel, 
           [InventSettlement _reuseSettlement])

Run On

Called

Parameters

See Also

Reference

InventCostItemDim Class