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.
Calculates the quantity for a packing slip from the journal which has been invoiced.
Syntax
server public static InventQty invoicedQty(
    InventTransOriginId _transOriginId, 
    PackingSlipId _packingSlipId, 
    TransDate _packingSlipDate, 
   [Voucher _voucherPhysical])
Run On
Server
Parameters
- _transOriginId
 Type: InventTransOriginId Extended Data Type
 The transaction originator ID.
- _packingSlipId
 Type: PackingSlipId Extended Data Type
 The packing slip ID.
- _packingSlipDate
 Type: TransDate Extended Data Type
 The date of issue for the packing slip.
- _voucherPhysical
 Type: Voucher Extended Data Type
 The voucher used when doing the packing slip posting; optional.
Return Value
Type: InventQty Extended Data Type
The invoiced quantity for a packing slip line.
Remarks
If the physical voucher is not specified any voucher will be accepted.