Activity › Forums › Salesforce® Discussions › What is commit in Salesforce?
-
What is commit in Salesforce?
Posted by Anuj on September 8, 2020 at 2:10 PMWhat is commit in Salesforce?
Marziya replied 5 years, 8 months ago 5 Members · 4 Replies -
4 Replies
-
Commit; Commit is used to permanently save any transaaction into database and once strored, and it can not be rolled back.
- [adinserter block='9']
-
Commit is the final stage for a transaction, where it saves data into the database which were there in temporary transactions. Transaction’s picture gets over at this place.
-
In commit, the record id is created first and it gets associated with the record after the record gets commited to the database. … OR the record is commited to the database first and then the record id is then generated for that record.
-
The record id is created first and it gets associated with the record after the record gets commited to the database. … OR the record is commited to the database first and then the record id is then generated for that record.
Log In to reply.