CustomsVendBOETrans_IN::getRemainingQuantityForPackingSlipUpdate Method
Gets remain quantity for packingSlip update for specified PurchId and InventTransId.
Syntax
client server public static CustomsQty_IN getRemainingQuantityForPackingSlipUpdate(
PurchIdBase _purchId,
InventTransId _inventTransId,
[PurchQty _remainPurchPhysical,
RefRecId _customsVendBOETrans])
Run On
Called
Parameters
- _purchId
Type: PurchIdBase Extended Data Type
The PurchId to find BillOfEntry quantity and PackingSlip updated quantity.
- _inventTransId
Type: InventTransId Extended Data Type
The InventTransiD to find BillOfEntry quantity and PackingSlip updated quantity.
- _remainPurchPhysical
Type: PurchQty Extended Data Type
The packingSlip remainqty.
- _customsVendBOETrans
Type: RefRecId Extended Data Type
The customsvendBOE recid for which the remainqty is arrived.
Return Value
Type: CustomsQty_IN Extended Data Type
The remain quantity for packingSlip update.