Share via


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.
  • _inventDimShipped
    Type: InventDim Table
    The InventDim record that was already shipped.

See Also

Reference

WHSWorkCreateReceiving Class