Pages

Tuesday 10 May 2016

The Data Loader Operations:

The Data Loader will do the following operations

1. Insert ---> This Operation is used for inserting records into salesforce
2. Update ---> This operation is used for updating the existing records in Salesforce.
3. Upsert ----> This operation is the combination of Insert and Update. This operation is used to inserting
the records and updating the existing records in salesforce.
4. Delete ----> This opration is used for deleting the records from salesforce.
5. Export ----> This operation is used for extract all the records from salesforce into CSV files.
6. Export All ----> This operation is used for extract all the records from salesforce i.e including records in
Recycle Bin also.

No comments:

Post a Comment