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
karthik karthikkarthik karthik 

How to build Data loader using visualforce page

Hi,

How to build Data loader on Account, Contact & Opportunity Using visualforce page. In this scenario i need to insert data on 3 objetcs (Accout, Contact & Opportunity) at a time. Can anyone help me on this it's urgent....

Thanks in advance.
Maharajan CMaharajan C
Hi Karthik,

Can you please refer the below links:

http://www.sfdcpoint.com/salesforce/import-csv-file-using-apex-visualforce/
http://sfdcsrini.blogspot.com/2014/09/data-import-from-csv-using-visualforce.html
http://salesforcekings.blogspot.in/2013/11/inserting-records-through-visualforce.html
https://developer.salesforce.com/forums/?id=906F0000000Ap5NIAS

Let me is that helpful to you.


Thanks,
Raj
(Sweet Potato Tec)
karthik karthikkarthik karthik
Hi Raj,

Thanks for your response. I know for single object but in my scenario first i need to insert Accord records after Contact & Opportunity. How to insert Contact after Account inserts and also i need to match Account, Contact & Opoortunity exactly. Can you suggest any sample code for this scenario.

Thanks in advance.