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 the transaction of RetailTransactionSalesTrans table to status reserved.
Syntax
private void reserveInventoryInternal(RetailTransactionSalesTrans transactionSalesTrans, boolean _forSales)
Run On
Server
Parameters
- transactionSalesTrans
Type: RetailTransactionSalesTrans Table
The current record of transactionSalesTrans table.
- _forSales
Type: boolean
If this reservation is for a sales transaction.
Remarks
Calls update method of InventUpd_Estimated class to reserve the Inventory.