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.

  • 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

    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.

Popular Salesforce Blogs