TransferAndUpdateInv Method
- Last UpdatedNov 06, 2025
- 3 minute read
The TransferAndUpdateInv() method transfers a specified quantity of an item between two storage locations, with the option of updating the grade code, status code, and expiry date of the transferred item should it conflict with these same dependent fields in the source item. This method also allows the item ID and lot number to be changed during the transfer.
| Overload | Description |
|---|---|
| TransferAndUpdateInv(Int32,String,Int32,String,Double,Int32,Nullable<Int32>,DBString,DBString,DBString,DBString,DBString,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,Nullable<Double>,DBString,Nullable<Int32>,DBString,DBString,Nullable<Int32>,DBString,DBString,Nullable<Int32>,DBDateTime,Nullable<Int32>,Int32) | The TransferAndUpdateInv() method transfers a specified quantity of an item between two storage locations, with the option of updating the grade code, status code, and expiry date of the transferred item should it conflict with these same dependent fields in the source item. This method also allows the item ID and lot number to be changed during the transfer. This overload of the method:
|
| TransferAndUpdateInv(Int32,String,Int32,String,DBDateTime,Double,Int32,Nullable<Int32>,DBString,DBString,DBString,DBString,DBString,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,Nullable<Double>,DBString,Nullable<Int32>,DBString,DBString,Nullable<Int32>,DBString,DBString,Nullable<Int32>,Nullable<Int32>,Int32) | The TransferAndUpdateInv() method transfers a specified quantity of an item between two storage locations, with the option of updating the grade code, status code, and expiry date of the transferred item should it conflict with these same dependent fields in the source item. This method also allows the item ID and lot number to be changed during the transfer. This overload of the method:
|
| TransferAndUpdateInv(Int32,String,DBString,String,DBString,String,DBString,DBString,DBString,DBString,DBString,DBString,DBString,DBString,DBString,Double,Nullable<Double>,Nullable<Int32>,DBString,Nullable<Int32>,DBString,DBString,Nullable<Int32>,DBString,DBString,Nullable<Int32>,DBDateTime,String) | The TransferAndUpdateInv() method transfers a specified quantity of an item between two storage locations, with the option of updating the grade code, status code, and expiry date of the transferred item should it conflict with these same dependent fields in the source item. This method also allows the item ID and lot number to be changed during the transfer. This overload of the method:
Note: It is recommended that the MoveInventory() method be used instead of the TransferAndUpdateInv() method. |
| TransferAndUpdateInv(Int32,String,DBString,String,DBString,String,DBString,DBString,DBString,DBString,DBString,DBString,DBString,DBString,DBString,Double,Nullable<Double>,Nullable<Int32>,DBString,Nullable<Int32>,DBString,DBString,Nullable<Int32>,DBString,DBString,Nullable<Int32>,DBDateTime,Nullable<Int32>,Nullable<DateTime>) | The TransferAndUpdateInv() method transfers a specified quantity of an item between two storage locations, with the option of updating the grade code, status code, and expiry date of the transferred item should it conflict with these same dependent fields in the source item. This method also allows the item ID and lot number to be changed during the transfer. This overload of the method:
Note: It is recommended that the MoveInventory() method be used instead of the TransferAndUpdateInv() method. |
| TransferAndUpdateInv(Int32,String,DBString,String,DBString,String,DBString,DBString,DBString,DBString,DBString,DBString,DBString,DBString,DBString,Double,Nullable<Double>,Nullable<Int32>,DBString,Nullable<Int32>,DBString,DBString,Nullable<Int32>,DBString,DBString,Nullable<Int32>,DBDateTime,String,Int32) | The TransferAndUpdateInv() method transfers a specified quantity of an item between two storage locations, with the option of updating the grade code, status code, and expiry date of the transferred item should it conflict with these same dependent fields in the source item. This method also allows the item ID and lot number to be changed during the transfer. This overload of the method includes the transferQtyUomDesc input parameter, and the item grade and status are identified by their descriptions. This overload of the method:
Note: It is recommended that the MoveInventory() method be used instead of the TransferAndUpdateInv() method. |