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
cprakashcprakash 

Export case object picklist data into xls file using eclipse

Hi,

 

I have created Two custom fileds Tech – Subtech as picklist on Case object.And there is a  mapping between  these Tech – Subtech dependent picklist.

 

When i open the poject into eclipse, we can see this mapping for these Tech – Subtech dependent picklist for case Object. 

Since the dependent mapping is something that can change very often in my project , is there a way using eclipse to export that into excel file so it can be verified.

 

Regards,

Chandra

 

JonPJonP

Take a look at the Data Loader desktop tool, which allows you to export (and import) data between your Salesforce organization and CSV files, which you can then open in Excel. 

 

The Force.com IDE for Eclipse is a development tool and does not let you export or import data.

 

Jon

salesforce.com Product Manager