You need to sign in to do that
Don't have an account?
Sjaleel
Picklist Value
Dear Developers,
Am generating a PDF file using Visual Force, so in the objects that is being accessed , few of the fileds are picklist values...how can these values be obtained? Is there any specific functions need to be done to get the value of the picklist value?
Thanks in Advance
S.Aj
For this you will have to look at the very powerful and useful Dynamic Apex Describe Information capabilities. These capabilities allow one to interrogate a field or sObject, and describe their characteristics.
Please refer to the following example:-