Activity › Forums › Salesforce® Discussions › What is an apex transaction in Salesforce?
-
What is an apex transaction in Salesforce?
Posted by Pooja on April 27, 2020 at 2:27 PMWhat is an apex transaction in Salesforce?
Sumit kumar replied 6 years, 1 month ago 5 Members · 4 Replies -
4 Replies
-
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']
-
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. -
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,
-
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.