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
vikas  malikvikas malik 

how to modify triggers in production

Hi

can anyone please help by giving step by step procedure to edit an apex trigger in production?

I have eclipse installed on my computer
Thanks in advance
Best Answer chosen by vikas malik
Gaurav NirwalGaurav Nirwal

Hi,

Check the below link.
http://sfdcgurukul.blogspot.in/2014/04/how-to-deploy-code-from-eclipse-ide-to.html

All Answers

Gaurav NirwalGaurav Nirwal

Hi,

Check the below link.
http://sfdcgurukul.blogspot.in/2014/04/how-to-deploy-code-from-eclipse-ide-to.html
This was selected as the best answer
Wizno @ ConfigeroWizno @ Configero
You'll have to make the changes in the Sanbox environment first. 

Here is a guide from Salesforce on how to use Force.com IDE to deploy: https://developer.salesforce.com/page/Deploy_Force.com_Applications_Faster

This guide goes through how to use change sets: https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_qs_deploy.htm (https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_qs_deploy.htm" target="_blank)

If this answered your question, kindly mark it as a solution. Thanks!