WHSWorkCreateReceiving.registerInventTransferLine Method [AX 2012]
Registers part or the whole Transfer Order Line based on the InventDim record and the license plate id parameters.
Syntax
public void registerInventTransferLine(
InventTransferLine _inventTransferLine,
WHSLicensePlateId _licensePlateId,
InventQty _qty,
InventDim _inventDimShipped)
Run On
Server
Parameters
- _inventTransferLine
Type: InventTransferLine Table
The InventTransferLine record that will be used for the registration.
- _licensePlateId
Type: WHSLicensePlateId Extended Data Type
The license plate id that will be used for the registration.
- _qty
Type: InventQty Extended Data Type
The quantity that will be registered.
- _inventDimShipped
Type: InventDim Table
The InventDim record that was already shipped.