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
lingannalinganna 

application deployement

Hi all

How to deploy the appliction to production environment.

any body help  me

AmitSahuAmitSahu

There are various ways to acomplish this :

 

1. Change set

2. Force.com IDE

3. Managed/Unmanaged Packages.

 

 

RadnipRadnip

Or if your used to ANT build scripts you can use that too...

salesforce1#salesforce1#
Hi
we can deploy  application in 4 ways
1.changesets
2.force.com IDE
3.force,com Migration tool
4.webservices API
If my solution worked for you mark it as resolved.
Regards.
SabrentSabrent

1. If you are doing it through Change Set, you need to first ensure there exists a Deployment Connection between Production and the Sandbox, from where you are deploying.

See Deployment Overview for help on how to create a Deployment Connection, an outbound/inbound change set,  

https://cs3.salesforce.com/help/doc/user_ed.jsp?section=help&target=deploy_overview.htm&loc=help&hash=topic-title

2. If you are doing it through IDE, refer to

http://wiki.developerforce.com/page/Force.com_IDE

I haven't used #3 and #4 as suggested by @salesforce1# but would love to learn, can some one point out to any available references ?

3.force.com Migration tool
4.webservices API

salesforce1#salesforce1#

Hi

 

This link helpful 

 

http://www.salesforce.com/us/developer/docs/apexcode/index.htm

 

you can see all the deployment processes.

 

 

regards

BewitchedBewitched

Hi,

 

If you are new to deployment, I would recomend Change Set..

 

 

Thanks,

Tulika