We have the latest Hubspot Integration package (3.0.1 2022) installed in our Salesforce instance. The Apex classes in Salesforce are all API version 22. This causes a problem in Salesforce, because API versions below 45 have been deprecated and no longer supported. Is there a new release of the Integration package that fixes this?
Did you find out more information here? Also looking for an answer on this!
Hi @SWest8 and @_Prometheus
I found a relevant discussion about this exact issue here: https://community.hubspot.com/t5/Third-Party-Apps/Api-version-of-hubspot-apex-class-less-than-version-45-0-in/m-p/1093272
According to HubSpot Support’s response in that thread, only the “HubSpotController” class is actively used (and only if you’re using the older Visualforce window). HubSpot’s testing showed that manually applying Salesforce’s ICU locale update won’t break the integration functionality, and the API version warnings can be safely ignored.
Their recommendation is to proceed with the manual ICU update rather than waiting for a package release. Check the thread for full details and test results from other users.
Hope this helps!
Victor