Share via


InventTransPackingSlip::invoicedQty Method [AX 2012]

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

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.

See Also

Reference

InventTransPackingSlip Class