Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates an InventTransferLine record.
Syntax
protected abstract void updateInventTransferLine(InventTransferParmLine _inventTransferParmLine)
Run On
Called
Parameters
- _inventTransferParmLine
Type: InventTransferParmLine Table
The InventTransferParmLine record that specifies the InventTransferLine record to update.
Remarks
This method should be overridden on derived classes to perform an update. This method should not update a related InventTransferTable record. The record will be updated by the caller after all lines are updated.