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.
Initializes the retail tables, creates the sales orders, adds the tax- adjustments, and invoices them by committing the transactions.
Syntax
public void run()
Run On
Called
Exceptions
Exception | Condition |
---|---|
UpdateConflictNotRecovered | A standard update error. |
UpdateConflict | A standard update error. |
Remarks
This method uses initRBO, createSalesOrders, addTaxAdjustments, and invoiceAllSalesOrders to perform the specified functionality.