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.
Checks the transaction, reserves, then creates picking workbench transaction record.
Syntax
public boolean insertTransAndReserve(
InventLocationId _sessionWarehouse,
SalesLine _salesLine,
InventTable _inventTable,
[boolean _displayWarnings])
Run On
Called
Parameters
- _sessionWarehouse
Type: InventLocationId Extended Data Type
The session warehouse of the picking session to use to create the picking workbench transactions.
- _salesLine
Type: SalesLine Table
The sales line record that should be reserved.
- _inventTable
Type: InventTable Table
The item record of the item that should be reserved.
- _displayWarnings
Type: boolean
Indicates whether to display warnings if they occur.
Return Value
Type: boolean
true if the sales order items were able to be reserved; otherwise false.
Remarks
Issue appropriate warning message if an authorization was stale and therefore a sales order could not be picked.