Share via


InventUpd_Financial::newSalesPackingSlipProjectProd Method [AX 2012]

Creates a new InventUpd_Financial instance that will be used when item requirements are packing slip updated.

Syntax

server public static InventUpd_Financial newSalesPackingSlipProjectProd(
    InventMovement _inventMovement, 
    LedgerVoucher _ledgerVoucher, 
    InvoiceId _invoiceNum, 
    boolean _scrap, 
    SalesQty _deliverNow, 
    SalesQty _remainAfter, 
   [InventPhysicalReduction _physicalReduction, 
    InventTransOriginId _markingRefInventTransOrigin])

Run On

Server

Parameters

  • _ledgerVoucher
    Type: LedgerVoucher Class
    The LedgerVoucher object to which the postings must be added.
  • _scrap
    Type: boolean
    A Boolean value that indicates whether to scrap.

Return Value

Type: InventUpd_Financial Class
A new instance of the InventUpd_Financial class.

See Also

Reference

InventUpd_Financial Class