Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The AGRIS 10.3.2 release has added:


AGR-55440 Reverse Invoice Entry - Implement Transaction Rollback

AGR-55647 Delivery Ticket - Implement Transaction Rollback


Implementation of Transaction Rollback began in AGRIS 10.3.1 (issue AGR-52033) with the Microsoft SQL (MSSQL) database only.

Transaction Rollback allows a partially updated transaction to rollback previous updates when the transaction does not complete.  This prevents out-of-balance conditions and other partial updates of transactions during errors, timeouts, loss of power, and other abrupt endings to an AGRIS session.  With Transaction Rollback, inserts and updates are not committed to the database until all related inserts and updates are successful.

Transaction Rollback for Reverse Invoice Entry and Delivery Tickets is added in 10.3.2.  For more information see MSSQL Transaction Rollback in the User Guide.