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
VempallyVempally 

How to achieve the following scenario...

Hi Everyone...

I came across a scenario which is as follows...

We have an excel file containing number of contacts as an attachment to Account...
Now, on a button click all the contacts available in th excel file wrt Account should get Inserted...

regards
Suresh.
Best Answer chosen by Vempally
Shashikant SharmaShashikant Sharma
Hi Vempally,

You could read the .cev in Apex. You would require to write Apex code for it.

Few Such examples are:
http://developer.financialforce.com/customizations/importing-large-csv-files-via-batch-apex/
http://www.sfdcpoint.com/salesforce/import-csv-file-using-apex-visualforce/

You could start from here and post more questions if you face issues while development.

Thanks
Shashikant