InventTransferUpdPick.updateInventTransferLine Method [AX 2012]
Updates an InventTransferLine record.
Syntax
protected void updateInventTransferLine(InventTransferParmLine _inventTransferParmLine)
Run On
Called
Parameters
- _inventTransferParmLine
Type: InventTransferParmLine Table
An InventTransferParmLine record that indicates the InventTransferLine record to update.
Remarks
The method should not update a related InventTransferTable record because the record will be updated by the caller after all lines have been updated.