You need to sign in to do that
Don't have an account?
SFRich
Update Picklist
Is there a way to programatically pass a value through an API to add/change/delete an item on a picklist associated with a Salesforce Account field? Today the Admin manually uses the Setup > Customize > Accounts > Fields > Picklist Values screen. I want to keep the Salesforce picklist in sync with a corporate table via a program rather than manual Admin updates.
bump.
I'm also looking for a solution to this.
Hi wesnolte
can you paste sample code you used please, i cannto find any refferences for it in developers guide i used this one
http://www.salesforce.com/us/developer/docs/apexcode/salesforce_apex_language_reference.pdf
Hey
My solution may not work for you as I use a visualforce page of my own making. Here's the documentation:
http://www.salesforce.com/us/developer/docs/pages/index_Left.htm#StartTopic=Content/pages_compref_selectList.htm?SearchType=Stem
Cheers,
Wes