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
How to convert S-Control to VFHow to convert S-Control to VF 

deployment from developer edition to sandbox

Hi,

 

How to deploy data and meta data from Developer Edition to Sandbox.

 

Thanks

Best Answer chosen by Admin (Salesforce Developers) 
Ankit AroraAnkit Arora

There are multiple ways to do this :

 

1) Deploy using Eclipse

2) Create a package and deploy it to sandbox

 

Now if you want to deploy the data then :

 

1) You can do this using Data loader

2) You can use import wizard

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

All Answers

Ankit AroraAnkit Arora

There are multiple ways to do this :

 

1) Deploy using Eclipse

2) Create a package and deploy it to sandbox

 

Now if you want to deploy the data then :

 

1) You can do this using Data loader

2) You can use import wizard

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

This was selected as the best answer
Nipunu WijesinghaNipunu Wijesingha
Since the Eclipse is now officially not supported by Salesforce, you can use VScode.