Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _inventMovement
 Type: InventMovement Class
 The inventory movement for the financial update.
- _ledgerVoucher
 Type: LedgerVoucher Class
 The LedgerVoucher object to which the postings must be added.
- _invoiceNum
 Type: InvoiceId Extended Data Type
 The invoice number that will be set on the inventory transaction.
- _scrap
 Type: boolean
 A Boolean value that indicates whether to scrap.
- _deliverNow
 Type: SalesQty Extended Data Type
 The deliver now quantity.
- _remainAfter
 Type: SalesQty Extended Data Type
 The remain after quantity.
- _physicalReduction
 Type: InventPhysicalReduction Enumeration
 An InventPhysicalReduction enumeration value that indicates whether physical reduction is allowed; optional.
- _markingRefInventTransOrigin
 Type: InventTransOriginId Extended Data Type
 The inventory reference transaction ID that will limit the inventory transactions that will be updated; optional.
Return Value
Type: InventUpd_Financial Class
A new instance of the InventUpd_Financial class.