InventTransferJour::lookupShipmentVoucher Method
Looks up the voucher ID for the associated inventory transaction. Shipments that have already been received are excluded.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client public static void lookupShipmentVoucher(
FormStringControl _ctrl,
InventTransferId _inventTransferId,
[InventTransferReceiveUpdateQty _updateQtyReceive,
InventTransferShipUpdateQty _updateQtyShip])
Microsoft Dynamics AX 2012 R2 (SYS)
client public static void lookupShipmentVoucher(
FormStringControl _ctrl,
InventTransferId _inventTransferId,
[InventTransferReceiveUpdateQty _updateQtyReceive,
InventTransferShipUpdateQty _updateQtyShip])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client public static void lookupShipmentVoucher(FormStringControl _ctrl, InventTransferId _inventTransferId)
Microsoft Dynamics AX 2012 (FPK)
client public static void lookupShipmentVoucher(FormStringControl _ctrl, InventTransferId _inventTransferId)
Microsoft Dynamics AX 2012 (SYS)
client public static void lookupShipmentVoucher(FormStringControl _ctrl, InventTransferId _inventTransferId)
Run On
Client
Parameters
- _ctrl
Type: FormStringControl Class
The parent control.
- _inventTransferId
Type: InventTransferId Extended Data Type
The transaction that identifies the transaction history.
- _updateQtyReceive
Type: InventTransferReceiveUpdateQty Enumeration
- _updateQtyShip
Type: InventTransferShipUpdateQty Enumeration
Remarks
This method is used by the InventTransferParmReceive form to list the vouchers for shipments that have not yet been fully received.