You need to sign in to do that
Don't have an account?

soql to get all sobjects and its fields .
Hi,
Iam beginner in salesforce,can anyone help me with soql. I need to get all sobjects and its feilds and store them in picklist.
Thanks
vineetha
Iam beginner in salesforce,can anyone help me with soql. I need to get all sobjects and its feilds and store them in picklist.
Thanks
vineetha
For this u have schema class u can use the methods available .
please refer below link for schema.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_schema.htm
Below is similar code for your reference
Please let us know if this helps you.
Thanks and Regards
sandhya
Dynamic retrieval of object label & field label
1) http://amitsalesforce.blogspot.in/2015/11/apex-describe-dynamic-retrieval-of.html
Apex class Page
Let us know if this will help you
Thanks
Amit Chaudhary