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

Need a query to give me all objects in sfdc
Hi :
I wanted to build a dropdown with all the objects in my org... All I need is the list of objects in this dropdown...
Anyone know the SOQL I would write for that?
Thanks
etechcareers
Use Schema.getGlobalDescribe();
See the Apex doc for more info.