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
elmaschingondeguateelmaschingondeguate 

Avoid auto synchronization when deploying to another server.

Hi All,

 

I am new to Eclipse and deployments so this is probably something very basic.

 

I am migrating a few objects from one org to another via Eclipse, however, I have a few fields I want to exclude from the migration, when I delete them from the local copy, save and then go to Force.com > Deploy to Server, during the process between I click on that and I get to the validation screen the local copy seems to synchronize with my source org so it adds again the fields I deleted previously.

 

How can I avoid this automatic synchronization?

Best Answer chosen by Admin (Salesforce Developers) 
b-Forceb-Force

Before starting deployement, You can make your project Offline.

 

Click on project --> Force.com --> WOrk offline

 

This will stop auto synchonization.

 

Thanks,

bForce

 

All Answers

b-Forceb-Force

Before starting deployement, You can make your project Offline.

 

Click on project --> Force.com --> WOrk offline

 

This will stop auto synchonization.

 

Thanks,

bForce

 

This was selected as the best answer
elmaschingondeguateelmaschingondeguate

Thanks a lot!