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
Book_GuyBook_Guy 

Accessing Production via Eclipse

Hi All,

 

I found the following instructions to remove a trigger: :To remove the trigger from Production Eclipse have very simple method,

Just right click on the trigger name delete it and deploy to server."

 

How do I access the Production Salesforce database via Eclipse? 

Eclipse is all set up and I used it to transfer the trigger from the sandbox

 

David

 

yudhvirmoryudhvirmor

Hi David,

 

When you login using IDE(Eclipse). Select Production and provide Prod credentials. You can download all components, Delete trigger and then sync with Server.

Jeremy.NottinghJeremy.Nottingh

If you want to see the classes and Triggers from your production instance in Eclipse, you will have to create a New Force.com Project. Do this from the File menu.

 

The wizard should guide you through the steps of connecting to your org.

 

Jeremy