Share via


RetailStatementPost.postRetailSpecific Method [AX 2012]

Posts the sales transactions.

Syntax

public void postRetailSpecific()

Run On

Server

Exceptions

Exception Condition
UpdateConflictNotRecovered

Another user is trying to update at the same time.

UpdateConflict

Updates the conflict when any other user is trying to update the record at the same time.

Remarks

This method posts the payment transactions and discounts. It also marks the transactions to post and inserts the records into the StatementJour and StatementLines tables.

See Also

Reference

RetailStatementPost Class