Share via


RetailStatementPostSalesOrders.run Method [AX 2012]

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.

See Also

Reference

RetailStatementPostSalesOrders Class