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
sultansultan 

what is meant by version settings and version control in salesforce?

Best Answer chosen by sultan
Nilesh Jagtap (NJ)Nilesh Jagtap (NJ)
Hi Raju,

Saleforce releases new updates 3 times every year(spring, winter, summer) with new features. This might causes few changes in the API versions of code, to provide backword compatibility for apex code. You can achieve this using Version Settings available for each code unit.

Wheras the version control is enforced at organisation level to leveraging multiple users to work on same salesforce org. Though salesforce can not provide any mechanism for version control, you can explore Team Foundation Server, tortois SVN for version contolling in your organisation. This will give some level of version control in your org.

Thanks,
N.J