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
Ketan MahetKetan Mahet 

Get picklist value using SOQL ONLY.

Hi All,
    I want to get picklist values of any object using SOQL ONLY. I know the other ways.

Please guide.

Regards
 
PratikPratik (Salesforce Developers) 
Hi Ketan,

Please refer to this post:
https://developer.salesforce.com/forums/ForumsMain?id=906F00000008rsAIAQ

Thanks,
Pratik
ManojjenaManojjena
Hi Ketan,

I don't think picklist value will count against data ,It is related to metadata . Describeresult will always gives information about metadata not data.
SOQL is something related to data .We can get information related to data  not metadata.

Please let us know if you will get any thing .