function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Reshmi SmijuReshmi Smiju 

Need a help

Hi,
I just came across a below scenario question. Please help me to find a better answer for this.

Assume I have emailed the Excel list of 800 Accounts to the Sales team. They have added a column for Website (URL), entered a value for each Account and sent the Excel file back to you.  Describe the process you would use to most efficiently get those Website values into Salesforce.

Please let me know.
Regards.
JeffreyStevensJeffreyStevens
If the salesforce record ID was orginally in the Excel list, then get the file back, convert it to a CSV and use DataLoader UPDATE
Reshmi SmijuReshmi Smiju
Hi Jeffrey, Thank you for your response. 
Can we create a new field in SFDC with Dataloader Update operation.  pls check this link.  https://help.salesforce.com/HTViewSolution?id=000171207

Pls let me know. Awaiting for your response
Thanks in advance
Reshmi
JeffreyStevensJeffreyStevens
You can not create a new field using dataloader.  You can create a new field using the standard salesforce tool (setup-etc)., then Dataloader can update any that is already defined in the metadata (and on a page layout somewhere). 

 
Reshmi SmijuReshmi Smiju
Thank you Jeffrey to make it clear.