Pages

Tuesday, 10 May 2016

How to generate Security Token:

Generate Security Token:

Go to the following path
Your Name ---> Setup--->Personal Setup--->My Personal Information---> Click on Reset My Security
Token



Once the "Reset Security Token" button is clicked, a new security token has been sent to email address
associated to user.



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.