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.
Creates an InventTransferLine record.
Syntax
protected void createInventTransferLine(
    ReqTrans _reqTrans, 
    ReqPO _reqPO, 
    InventLocationId _fromInventLocationId, 
    InventLocationId _toInventLocationId)
Run On
Called
Parameters
- _reqTrans
 Type: ReqTrans Table
 A ReqTrans record.
- _reqPO
 Type: ReqPO Table
 A ReqPO record.
- _fromInventLocationId
 Type: InventLocationId Extended Data Type
 The ID of the warehouse to transfer from.
- _toInventLocationId
 Type: InventLocationId Extended Data Type
 The ID of the warehouse to transfer to.
Exceptions
| Exception | Condition | 
|---|---|
| Error | A transfer order could not be created. |