
in sandbox go to your trigger and click edit go to version settings tab in Salesforce.com API select the version you are running in Production hit save move change set. Share Improve this answer
Full Answer
What are the legacy versions of the Salesforce Platform API?
As of the Summer '21 release, the following Salesforce Platform API legacy versions have been deprecated and are no longer supported by Salesforce. What is changing? SOAP: 7.0, 8.0, 9.0, 10.0, 11.0,11.1, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0
Why should I upgrade to a new API version?
Prior to the Summer '21 release, customers and partners should modify or upgrade their applications to function with the most current API versions available in order to prevent any disruption caused by software referencing retired versions. Moving to newer versions of our APIs will offer advanced capabilities with improved security and performance.
What API versions will be retired in Salesforce summer 2022?
API versions 7.0 through 20.0 will be retired and made unavailable during the Summer ’22 release. This retirement affects all API-enabled org editions and applies to both Salesforce Classic and Lightning Experience. This retirement affects legacy API calls made via the AJAX Toolkit.
Can Salesforce create a health assessment report for US?
We had Salesforce create a Health Assessment report for us. Found that we had 6 Apex Classes / 2 Apex Triggers / 5 Visualforce Pages that were using old versions of API's.

How do I know what version of Salesforce platform I have?
Log into Salesforce and click Setup. In the Administer section, click Company Profile > Company Information. Your Salesforce version is listed in the "Organization Edition" field.
How do I update Salesforce API version?
To set the Salesforce API and Apex version for a class or trigger:Edit either a class or trigger, and click Version Settings.Select the Version of the Salesforce API. This is also the version of Apex associated with the class or trigger.Click Save.
What is Salesforce platform development?
Salesforce Platform is the app development platform that extends your CRM's reach and functionality. You do not have to be a developer to build apps using the Salesforce Platform.
How do I know if impacted versions of the Legacy APIs are used in my applications?
How do I know if impacted versions of the Legacy APIs are used in my applications? To identify applications using APIs that will be retired, contact the developers of applications you use in your org to determine what API versions are being used.
How do I change the API version of Lightning component?
Please follow below steps :Open Developer Console.In query editor type below query :SELECT Id, DeveloperName, ApiVersion, Description FROM AuraDefinitionBundle WHERE DeveloperName = "
What is API versioning in Salesforce?
Every time Salesforce releases a new application version, its API version is updated as well. It tells the version of the developed code. API versioning plays an important role while developing a code for an application.
What are Salesforce platforms?
Salesforce Platform is a unified service that provides developers with the ability to build and deploy cloud-based apps. It includes hardware stacks, software, and capabilities for integration with external applications, and it processes over 4 billion transactions for over 150,000 customers per day.
What Platform does Salesforce use?
Salesforce Lightning is a service platform (PaaS) that allows developers to create add-on applications that integrate into the main Salesforce.com application.
What is the Salesforce Lightning Platform?
Lightning (Salesforce Lightning) is a component-based framework for app development from Salesforce.com that is designed to simplify processes for business users, who typically do not have programming experience.
How do I find the bulk API version in Salesforce?
You can monitor a Bulk API batch in Salesforce. To track the status of bulk data load jobs and their associated batches, from Setup, in the Quick Find box, enter Bulk Data Load Jobs , then select Bulk Data Load Jobs. Click the Job ID to view the job detail page.
How do I find my API version?
1:032:29How to Find Your Salesforce Edition and API Version in LightningYouTubeStart of suggested clipEnd of suggested clipInformation page to identify the current api version go back to setup. Type api in the quick. FindMoreInformation page to identify the current api version go back to setup. Type api in the quick. Find then click api under integrations click generate enterprise wizal click generate on the next.
Where do I find API in Salesforce?
Standard objectsGo to Setup.Go to App Setup | click Customize.Locate the object the click Fields.Look for "API Name" column value in "Custom Fields & Relationships" section.