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
cfishercfisher 

Mass editing pick-list options

I am a new user! How can I use Eclipse IDE to mass modify pick-list options?  I was hoping to avoid going into each pick-list option individually in order to make the change.

 

Thanks,

 

Charlie

Best Answer chosen by Admin (Salesforce Developers) 
Vinita_SFDCVinita_SFDC

Hello Charlie,

 

Yes you can update picklist with force.com IDE but can not delete. For further details please refer following links:

 

http://blog.jeffdouglas.com/2008/07/15/migrating-salesforcecom-configurations-with-the-metadata-api-forcecom-migration-tool/

 

http://blogs.developerforce.com/tech-pubs/2013/01/introducing-state-country-picklists.html

 

All Answers

Vinita_SFDCVinita_SFDC

Hello Charlie,

 

Yes you can update picklist with force.com IDE but can not delete. For further details please refer following links:

 

http://blog.jeffdouglas.com/2008/07/15/migrating-salesforcecom-configurations-with-the-metadata-api-forcecom-migration-tool/

 

http://blogs.developerforce.com/tech-pubs/2013/01/introducing-state-country-picklists.html

 

This was selected as the best answer
cfishercfisher

Thanks!