Share via


InventUpd_Financial::newItemReqUnderconsume Method [AX 2012]

Initializes a new instance of the InventUpd_Financial class that will be used for underconsumptions.

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 InventUpd_Financial newItemReqUnderconsume(
            InventMovement _movement, 
            InventQty _inventConsump, 
            AmountCur _costAmountCur, 
            LedgerVoucher _ledgerVoucher, 
           [VoucherPhysical _voucherPhysical, 
            CostAmount _costAmountSecCur_RU])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static InventUpd_Financial newItemReqUnderconsume(
            InventMovement _movement, 
            InventQty _inventConsump, 
            AmountCur _costAmountCur, 
            LedgerVoucher _ledgerVoucher, 
           [VoucherPhysical _voucherPhysical, 
            CostAmount _costAmountSecCur_RU])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static InventUpd_Financial newItemReqUnderconsume(
            InventMovement _movement, 
            InventQty _inventConsump, 
            AmountCur _costAmountCur, 
            LedgerVoucher _ledgerVoucher, 
           [VoucherPhysical _voucherPhysical])

  Microsoft Dynamics AX 2012 (FPK)
          server public static InventUpd_Financial newItemReqUnderconsume(
            InventMovement _movement, 
            InventQty _inventConsump, 
            AmountCur _costAmountCur, 
            LedgerVoucher _ledgerVoucher, 
           [VoucherPhysical _voucherPhysical])

  Microsoft Dynamics AX 2012 (SYS)
          server public static InventUpd_Financial newItemReqUnderconsume(
            InventMovement _movement, 
            InventQty _inventConsump, 
            AmountCur _costAmountCur, 
            LedgerVoucher _ledgerVoucher, 
           [VoucherPhysical _voucherPhysical])

Run On

Server

Parameters

  • _ledgerVoucher
    Type: LedgerVoucher Class
    The LedgerVoucher object to which the postings must be added.

Return Value

Type: InventUpd_Financial Class
A new InventUpd_Financial instance.

Remarks

The InventUpd_Financial instance will be used to consume the production order items that were underconsumed by an item requirement.

The InventUpd_Financial instance will also be used to post an income to the project for the underconsumption.

See Also

Reference

InventUpd_Financial Class