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
Cupless JoeCupless Joe 

how to export visual force and customized platform information

Hi all, 

 

I'm wondering if there is a way to export visualforce customizations from Salesforce? I.e. if you were transitioning a company to a larger organization or if you wanted to archive your current salesforce developments, is that possible? Is there a way to export all custom object information as well? If so, how? If not, are there any workarounds, besides manually saving the code for each customization? 

 

Thanks very much!

 

Cupless Joe

TheDoctorTheDoctor

All configurations exist in salesforce as Metadata(http://wiki.developerforce.com/page/An_Introduction_to_Force.com_Metadata)

There's a few options for migrating metadata between disconnected Orgs. These links should get you started:

 

Packaging: https://help.salesforce.com/apex/HTViewHelpDoc?id=sharing_apps.htm&language=en

 

Force.com IDE/Eclipse Plugin: http://wiki.developerforce.com/page/Deploy_Force.com_Applications_Faster

 

ANT Migration Tool (advanced): http://wiki.developerforce.com/page/Migration_Tool_Guide

 

Metadata API (advanced): http://www.salesforce.com/us/developer/docs/api_meta/