You need to sign in to do that
Don't have an account?
12041983
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
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).
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.
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.