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
studzeystudzey 

Extracting Custom Object Data / Lists into Excel

Hi everyone,

 

Is it possible to extract custom object information into excel? 

 

For example: 

 

I have a custom object called "event" and hooked another custom object to that called "event registration orders". Hooked to the event registration orders are the connection with contacts and accounts. Can I list all event registration orders into excel, whilst showing what event has been registered for, who the person is that registered (contact), and to what account they belong?

 

Help would be much appreciated!

 

Regards

 

Stadler 

Devendra@SFDCDevendra@SFDC

 

Hi studzey,

 

You can use dataloader to export data from salesforce org into the CSV file.

 

Here is the link for SF dataloader documentation,

 

http://wiki.developerforce.com/page/Apex_Data_Loader

 

http://na1.salesforce.com/help/doc/en/salesforce_data_loader.pdf

 

Hope this helps.

 

Thanks,

Devendra S

 

sfdcfoxsfdcfox

You can use the Apex Data Loader or the Excel Connector. The former is listed above (you can also download it from Setup > Data Management > Data Loader), the latter can be found at http://code.google.com/p/excel-connector/.