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
AnithaCRMAnithaCRM 

Upload Custom object Records via visual force

Hi everyone,

 

I am new to salesforce i need help with the requirement mentioned Below.

 

My Requirement:

I have  a custom Onject lets say Object1__c,this object have relationship with both Account and Lead Lookup.

i have an excel sheet data for Object1__c in .csv format field names are as listed below:

 

Date__c,

Reason__c,

Account(Lookup),

Lead (Lookup)

 

for account and Lead Lookup client cant match id each time,so on input of the Account or Lead Name Lookup value should fetch accordingly on Bulk Insert.If the Account or Lead which is not created earlier should cretae on its own while bulk Upload of Data Performs.

 

Kindly reply me .

Thanks in Advance

Navatar_DbSupNavatar_DbSup

Hi,
You can’t do this through the data loader.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

anu2011anu2011

Hi Ankit,

 

Ya,I know this cant be done with DataLoader i am trying to do this with Visual force Page.

 

Regards,

Anitha