Tuesday 28 January 2014

Various ways of deployment in salesforce

You can deploy your components using following ways.

1. Change set
2. Eclipse
3. Ant

Visualforce pages can be edited in production, however apex classes/trigger cannot be edited in production.

Change set can be accessed from UI.
Using eclipse it is click and deploy.
And finally ANT is the best option when you have large number of components for deployment. We have make a package.xml and then deploy the whole package.

No comments:

Post a Comment