You need to sign in to do that
Don't have an account?
Prabitha S
If we want to upload data through DataLoader, what the changes to be done?
If we want to upload data through DataLoader, what the changes to be done?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
If you want to upload data in Salesforce, Select the Insert option, choose the object of which you want to insert records. Upload .csv file containig the records.
.csv file: In your .csv file, your field names will be the columns, make sure you will include dat related to at least the mandatory fields on the object.
You can refer to:
https://help.salesforce.com/apex/HTViewHelpDoc?id=inserting_updating_or_deleting_data.htm
Thanks,
Pratik
P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.