Activity Forums Salesforce® Discussions What is difference between “Export” and “Export All” in apex data loader?

  • Manpreet

    Member
    April 27, 2018 at 11:02 am

    Hi Shubham,

    Export: It will fetch only active records from salesforce.
    Export All: It will fetch active as well as records from recycle bin.

    Thanks.

  • Aman

    Member
    May 1, 2018 at 10:47 am

    Hi Shubham,

    There are two buttons available in dataloader ‘Export’ & ‘Export All’. Difference in both button functionality is very small. When we use ‘Export’ button for any object in salesforce, all records( excluding records present in Recycle Bin) present in the system for that particular object are exported to a .csv file. But when we use Export All, all records (including records present in Recycle Bin) for that particular object are exported to a .csv file. Deleted records present in recycle bin are also called ‘soft Deleted’ records.

    Thanks

  • shariq

    Member
    September 16, 2018 at 9:42 pm

    Hi,

    Export :  It is used to export the Salesforce Data(excluding recycle bin's data) into your local  system.

    Export All :  It is used to export the Salesforce Data(including recycle bin's data) into your local system.

    Hope it helps.

  • Parul

    Member
    September 17, 2018 at 3:01 am

    Export is export all the data from Salesforce.com excluding the recycle bin’s data.

    Export All is export all the data from Salesforce including the recycle bin’s data.

     

     

    Thanks

Log In to reply.

Popular Salesforce Blogs