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
U ChauhanU Chauhan 

Need Solution For VF Page

How to create the visualforce page to get the following solution.
step1- Get all the objects list in sorted orde then on select any object it displays all the 
queriable fields of that object in sorted order where we can select multiple fields.
step2- Filter criteria (on giving input like startswith,endswith,contains,exact match,limit)
it retrives all the records of that object for selected fields and Each name of the record should 
be a link to the detail page of that specific record.
ShirishaShirisha (Salesforce Developers) 
Hi Chauhan,

Greetings!

I don't think this can be done using single VF page since you are trying to work with all the Objects to display the records.

However,please use the below thread for the sample VF page code:

https://developer.salesforce.com/forums/?id=906F0000000BRQyIAO

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri