The AGRIS 10.3.2 release has added:
AGR-55333 Name/Address Import - 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.
...