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
kuskikuski 

Load Opportunity PickList Values

Hello,

 

Want to load picklist values from an external source.  These picklists are in the Opportunities.

 

For example, in Opportunities we have ProductType1 PickList, and ProductType2 PickList.  How can I load up these picklists routinely with updated product types so sales can pick what product the opportunity a client is purchasing?

 

We have thousands of products that an Opportunity can be associated to, and these product options occasionally change.

 

Is this possible?  I'm flexible in how I do this.  Programmatically via API (Java / PHPToolkit....PHPToolkit easiest), or a CSV upload?  

 

Any suggestions appereciated.

 

Thanks!

 

 

 

 

 

 

werewolfwerewolf
Look up the documentation on the Metadata API.  You may be able to do it with that.
Message Edited by werewolf on 11-30-2009 01:52 PM