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
sonali  vermasonali verma 

salesforce deployment

Hello
Please share knowledge .
like I want to know how​ we write code in eclipse
 like I have no knowledge on how deployment done in salesforce, what tools are used, what objects to deploy.

​what errors likewise how to fix them?
like when we deploy from eclipse.
please share ur knowledge.
thanks
sonali verma​

thanks
sonali​​​​
MagulanDuraipandianMagulanDuraipandian
Check the below links

Force.com IDE - http://www.infallibletechie.com/2015/07/how-to-install-forcecom-ide-for-mars.html

Setting up ANT - http://www.infallibletechie.com/2014/06/ant-setup-for-salesforce-migration.html

www.infallibletechie.com
sonali  vermasonali verma
Hi
please tell me how to deploy from eclipse?
and what errors faced?
I am looking at this query.​​
Abhishek BansalAbhishek Bansal
Hi Sonali,

Below are the steps mentioned to deploy components from Eclipse :
  1. Right click on any component(Object, Apex Class, VF Page or Trigger etc).
  2. Than Navigate to Force.com
  3. Than Deploy to server
  4. Fill all the credentials of Org in which you want to deploy components
  5. Success or Error will be reflected their only.
Please let me know if you need more help on this.

Thanks,
Abhishek.
Amit Chaudhary 8Amit Chaudhary 8
Hi Sonali,

You Can do the deployment by below three ways
1) Change set
2) Eclipse
3) ANT and Any other meta deta tool,

Change Set:-
Plese check beloe vedio for change set. I hope that will help you
https://www.youtube.com/watch?v=2qy8oV99iAM
Also check below post:- Deployment by Changeset Best practice
https://help.salesforce.com/HTViewSolution?id=000001136&language=en_US (https://help.salesforce.com/HTViewSolution?id=000001136&language=en_US)
https://developer.salesforce.com/releases/release/Winter15/ChangeSets

Eclipse
https://www.sundoginteractive.com/blog/five-steps-to-easier-deployments-with-salesforce
https://www.sundoginteractive.com/blog/three-ideas-for-using-eclipse-for-large-salesforce-deployments

ANT:-

http://www.jitendrazaa.com/blog/salesforce/salesforce-migration-tool-ant/
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_deploying_ant.htm

Please let us know if this will help you 

Thanks
Amit Chaudhary