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
SalesForce CRMSalesForce CRM 

Export a Object from salesforce

Hi i want to Export a SalesForce Object from 1 salesforce to another salesforce how can i achieve this.
 
 
Thanks
Anand.
Drew1815Drew1815
Your best bet is to use the Data Loader. The data loader lets you import and export salesforce.com data from CSV files.

Here is a link for additional information: http://wiki.apexdevnet.com/index.php/Data_Loader

To download the data loader application, log into salesforce.com, go to Setup->Administration Setup->Data Management->Data Loader.
TJMaxxTJMaxx
    We can export theSchema Definition using Apex.
    There are some code snippets available in the Excel Connector.
    (Excel Connector has a function: Describe Salesforce Object which should contain API details to describe a object)
DigiOz MultimediaDigiOz Multimedia

The Data Loader only exports the actual data to CSV file, whereas I also am looking for something similar to MySQL dump where it exports both the actual Schema and Data and allows you to improt and recreate the schema of the object in another instance of Sales Force using the exported file.I don't believe this is possible currently. If anyone does know of a way, please let me know.

 

Thanks,

Pete

 

 

C_GibsonC_Gibson

Hey you should check out the force.com migration tool.

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