Questions tagged [api-version]
The api-version tag has no summary.
59 questions
6 votes
2 answers
497 views
How do Salesforce's internal Build Numbers map to releases?
Salesforce has 3 version naming schemes: the public name, like "Winter '26" the API version number, like "65.0" the build number, like 252 The build numbers have never really ...
0 votes
1 answer
44 views
How to change the API version number that MS Entra uses for user provisioning?
Browsing through the ApiTotalUsage event log in Salesforce, I came upon entries with version 40.0, originating from MS Entra (formerly known as Azure AD). We manage our users in Entra and via user ...
1 vote
0 answers
55 views
Intermittent "false-alarm" compilation error from managed package class during test run / deployment
We're having an intermittent issue that affects both deployments to production and also an overnight test run of all tests. Occasionally, the above two operations will fail with the error "...
0 votes
1 answer
81 views
Receiving an error UNSUPPORTED_API_VERSION: Invalid Api version specified on URL inside Jenkins using sf project deploy start command
Receiving an error UNSUPPORTED_API_VERSION: Invalid Api version specified on URL inside Jenkins using sf project deploy start command sh "sf project deploy start --ignore-conflicts --source-dir ...
-1 votes
1 answer
288 views
Error message when deploy from QA to Production
I tried to deploy a flow from Dev to QA everything works fine but when i tried to deploy it from QA to Production I got this error message, can anyone please help me to resolve it?
0 votes
0 answers
101 views
Which version of a native apex class is used?
We have a scenario where our somewhat complex apex code hierarchy is calling Database.Update. This returns an instance of a list of SaveResult. The documentation for SaveResult says this about the ...
1 vote
1 answer
1k views
How salesforce component with different api versions interact with each other
I am trying to understand how apiversions Interoperate with each other. Lets say i have 2 classes 1 on version 54 and other on apiversion 55. If we call Class 2 methods from class 1 what API version ...
0 votes
1 answer
1k views
Updating Api Versions for VF pages Apex Classes as Versions 21.0 through 30.0 of the Salesforce Platform are not supported
My organization is trying to update API versions or more than 100 Apex classes, Test classes and VF pages from older versions (19-30) to newer versions. It's a mammoth task to check and test every ...
0 votes
1 answer
88 views
Can I use sfdx or some other tool to find out salesforce release version in the org using a script?
Can I use sfdx or some other tool to find out salesforce release version in the org using a script? Ideally I would like to iterate over all of my sandboxes and find out which Salesforce release they ...
1 vote
0 answers
1k views
Salesforce Platform API Versions Retirement of Versions 21.0 through 30.0
Do you have a list of components to be verified for "Retirement of Versions 21.0 through 30.0": How do we can make sure that no managed package would be impacted with this change? If any ...
4 votes
0 answers
634 views
Spring 23 release - Changes around ICU Locale formats
Salesforce is going to release changes around ICU locale format - https://help.salesforce.com/s/articleView?id=release-notes.rn_forcecom_globalization_enable_icu_cruc.htm&type=5&release=222 ...
1 vote
1 answer
603 views
Check Apex class api version before deploy
Is there any way to check the apex class ApiVersion Before deploying it? For example, let's say a developer is trying to save an apex class with API Version 25, We need to show an error message 'The ...
5 votes
1 answer
11k views
Property 'identifier' not valid in version 51.0 [duplicate]
Trying to deploy from environment to another a LightningPage, I get this error: Property 'identifier' not valid in version 51.0 I don't know where I can specify the version of the page (or change it) ...
0 votes
0 answers
559 views
Failed to deploy source to org
Given: I am trying to deploy helloWorld project but its unable to deploy project and giving errors listed below.Instead of getting ended with exit code 0 I am getting Deploy Errors Create ...
0 votes
0 answers
738 views
SFDX commands not working from API version 52.0 in CLI
Today, when I tried to use the regular command to fetch list of orgs of Salesforce in CLI terminal, it throws me an error/warning as below: And I'm unable to login to my salesforce orgs too. Like no ...