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
pp11222pp11222 

For Managed Release should you always update the API versions to the latest API?

Hi

 

We have a Managed release package which was created a 3-4 years ago. We have already created several version of it and we have lot of customers usign different versions.

 

I want to know, is it a good idea to set the API versions for all of its Apex code, VF pages.. to latest (e.g. 26.0 or 27.0 after spring release) When we create our next package.

 

Thanks

Sridhar BonagiriSridhar Bonagiri

Hi,

 

I think it is better to upgrade your API version to the latest, but there is a disadvantage in doing this if there are any changes in the apex coding , that means any functionality that has been deprecated by SFDC will not work, you need to recompile the your controller class accoding to the latest API version.

 

Regards,

Sridhar Bonagiri