Activity Forums Salesforce® Discussions What is commit in Salesforce?

  • Manish

    Member
    September 8, 2020 at 3:20 PM

    Commit; Commit is used to permanently save any transaaction into database and once strored, and it can not be rolled back.

  • [adinserter block='9']
  • Shweta

    Member
    September 8, 2020 at 7:45 PM

    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.

  • Aditya

    Member
    September 9, 2020 at 6:12 AM

    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.

  • Marziya

    Member
    September 9, 2020 at 1:15 PM

    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.