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
ekmekm 

Query 2 picklists

Hi,

I'm attempting to pull values from several picklists into corresponding combo boxes in Flex. I'm able to pull picklist values into 1 combobox with no problem. Where I'm running into a snag is when I want to pull separate picklist values into 2 different combo boxes. Since property picklistValues is part of the salesforce api, do I need to modify my local salesforce api (SF_Picklist.as) by creating variable picklistValues2?

Thanks,