Hi,
I have recently installed the package and noticed that many of Apex components are using API versions less than 30.
Since Salesforce Legacy API versions 21.0 through 30.0 are being retired, I was wondering if there are any plans to provide an upgrade for this package. Any information or updates on this would be appreciated.
Thank you!
Hi @Pavankumar Reddy Chinnareddy ,
Short answer: not possible
There's also probably no merit in updating those classes. Apex Classes are not affected by Salesforce's recent announcement to deprecate older API Version - should this be your moviation
Agile Accelerator is not officially supported and is not updated very often. When my team does update it we do update the API versions of the meta data that is modified. However the good news is the API version deprecation only applies to API connections you make between your Salesforce Org and other systems. It does not apply to meta-data inside the org. I can see how it it is confusing for customers but if you take a closer look at this link: https://help.salesforce.com/articleView?id=000351312&type=1&mode=1 you will see this line: "This retirement does not include Custom Apex REST & SOAP Web Services, Apex Classes, Apex Triggers, or Visualforce Pages."
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000C5NVJSA3