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
S S 11S S 11 

Controlling updates in Salesforce.com

Hi,
I need to know how updates are controlled in Salesforce.com? If we develop a software under Salesforce.com, do we have control over SF platform updates?

Thanks
Ankit AroraAnkit Arora
We've no control over the updates. But if you build anything it will remain intact. As when any new update is released then they track it in versions. Say if you've build n apex class with version 30 it will work as is even if the latest version is now 31.

Hope that makes sense.