Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Salesforce by (11.9k points)

I've started working on an existing app and the only copy of the code is in SalesForce. How do I back this up (export it) such that I can rollback to this original code if I make a mess?

1 Answer

0 votes
by (32.1k points)
edited by

There are the following options you could use to backup or add version control to your Salesforce configuration or Apex code:

Want to learn Salesforce from the scratch? Here's is the right video for you on Salesforce provided by Intellipaat:

  1. Only editing code or making configuration can change in a Sandbox or Developer Edition. This actually keeps your changes sever from your production instance in case something goes wrong, and if the Sandbox gets too messed up, you can always refresh it from production and start clean.
  2. Subversion can be used through the Force.com Eclipse IDE for version control. 
  3. You can also create multiple Sandboxes.
Do you want to build a career in Salesforce? Enroll in this Salesforce training course to start your journey!

Browse Categories

...