Share via


InventTransferUpdReceive.updateInventTransferLine Method [AX 2012]

Updates an inventory transfer line record.

Syntax

protected void updateInventTransferLine(InventTransferParmLine _inventTransferParmLine)

Run On

Called

Parameters

  • _inventTransferParmLine
    Type: InventTransferParmLine Table
    An inventory transfer parameter line record that defines the inventory transfer line record to be updated.

Remarks

You should not use this method to update a related inventory transfer table record because the record will be updated by the caller after all lines are updated.

See Also

Reference

InventTransferUpdReceive Class