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
1204198312041983 

How to sync UAT (any sandbox) with Production environment after making some changes in code in UAT?

Hi,

 

I made some code changes in UAT environment accprding to the requirement.

 

I need the same changes should be reflect in Production environment.

 

So how i can do that?

 

Please provide me some information on the process to sync two environment (UAT and Prod)also.

 

Regards,

Pragnya

kkhuranakkhurana

I think you are not talking about Site.com here, as Site.com development is only done on the Production setup directly.

For Salesforce.com Sites code deployemnt on Production, you need to add UAT name in the Production setup (to the best of my knowledge, I am not a SFDC developer). 

Afzal MohammadAfzal Mohammad

You may have to use change sets or force.com ide (eclipse) for migration changes between environments.

 

http://www.salesforce.com/us/developer/docs/dev_lifecycle/Content/migrate.htm

 

http://www.youtube.com/watch?v=EvwMfflh5LE

 

Hope that helps.

Nimble TedNimble Ted

If the modifications were made in a Sandbox that is connected to the production org, then you can use a Change Set to bring almost anything over to production (and vice versa). 

 

http://login.salesforce.com/help/doc/en/changesets.htm

 

HTH, Ted.