Activity Forums Salesforce® Discussions What is the use of database.deleteImmediate() method in Salesforce ?

  • What is the use of database.deleteImmediate() method in Salesforce ?

    Posted by Anuj on September 3, 2020 at 2:55 pm

    What is the use of database.deleteImmediate() method in Salesforce ?

    Shweta replied 3 years, 8 months ago 3 Members · 2 Replies
  • 2 Replies
  • Kirandeep

    Member
    September 3, 2020 at 2:59 pm

    Apex method deleteImmediate() deletes data in a custom big object. Declare an sObject that contains all the fields in the custom big object's index. The sObject acts like a template. All rows that match the sObject's fields and values are deleted.

  • Shweta

    Member
    September 3, 2020 at 6:22 pm

    deleteImmediate(): This method initiates requests to delete the external data that corresponds to the specified external object records. The requests are executed synchronously and are sent to the external systems that are defined by the external objects' associated external data sources.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos