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
kishore gaddamkishore gaddam 

how to display all the object names in organisation using visualforce with apex code

displaying all the objects in one block.
if we click on any object it should show that perticular object filed..
like that it shoud go on...
...like a formula table structure
Devendra@SFDCDevendra@SFDC
Hi Kishore,

Please refer below link for retrieving list of object from an Org.

http://developer.force.com/cookbook/recipe/retrieve-a-list-of-objects-using-apex

Hope this helps.

Thanks,
Devendra