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 inventory quantity for a packing slip from the journal.
Syntax
server public static InventQty inventQty(
InventTransOriginId _transOriginId,
PackingSlipId _packingSlipId,
TransDate _packingSlipDate)
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.
Return Value
Type: InventQty Extended Data Type
The inventory quantity for a packing slip line.