Activity Forums Salesforce® Discussions What is Database.rollback() in Salesforce?

  • Deepak

    Member
    September 10, 2019 at 11:55 AM

    database.savepoint is a method which is used to define a point which can be roll back to. If any error occurs during a transaction, that contains many statements, the application will roll back to the most recent savepoint and the entire transaction will not be aborted

Log In to reply.