You need to sign in to do that
Don't have an account?

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
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
Hi,
Check the below link.
http://sfdcgurukul.blogspot.in/2014/04/how-to-deploy-code-from-eclipse-ide-to.html
All Answers
Hi,
Check the below link.
http://sfdcgurukul.blogspot.in/2014/04/how-to-deploy-code-from-eclipse-ide-to.html
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!