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
dotNetFreakdotNetFreak 

Populate ddl from account picklist values

I did some testing using the apex in my custom application and it works great, i already created some cases via web services, got cases from x account and populated a Gridview with that information, like I said everything works supper. But the issue am having is that I have some dropdown list in my application and I would like to populate them with the values of some picklist in our account. I do not know from where I can query these values to populate my ddl. I verified the documentation of apex and I did not find anything regarding the situation.

 Any Help I will appreciate.

 Thanks in advance;

David R Perez

SuperfellSuperfell
The describeSObject(s) call include details of the set of picklist values for picklist fields.
dotNetFreakdotNetFreak
Thanks for the reply,I got that to work already.
 
nice service!
dotNetFreak.