Activity Forums Salesforce® Discussions What is an apex transaction in Salesforce?

  • Kirandeep

    Member
    April 27, 2020 at 3:12 PM

    An Apex transaction represents a set of operations that are executed as a single unit. All DML operations in a transaction either complete successfully, or if an error occurs in one operation, the entire transaction is rolled back and no data is committed to the database.

  • [adinserter block='9']
  • Aditya

    Member
    April 27, 2020 at 4:20 PM

    Hi,
    An Apex transaction which represents a collection of operations that are retrieved as a single unit. All DML operations in a transaction either complete successfully or if an error occurs in one operation, the entire transaction is rolled back and no data is committed to the database.

  • Ayush

    Member
    April 28, 2020 at 9:14 AM

    An Apex transaction which represents a collection of operations that are retrieved as a single unit. All DML operations in a transaction either complete successfully or if an error occurs in one operation,

  • Sumit kumar

    Member
    April 28, 2020 at 10:16 AM

    Apex Transactions. An Apex transaction represents a set of operations that are executed as a single unit. All DML operations in a transaction either complete successfully, or if an error occurs in one operation, the entire transaction is rolled back and no data is committed to the database.

Log In to reply.