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
Payoda SFDCPayoda SFDC 

To display fields of pageblock table dynamically based on the filter in visualforce page.

Hello everyone,

There is a scenario for which i need some idea.

There is an select list in visualforce page where i will display all the objects present in the organization.

Under the select list i have on input box where i enter some name,
so all the fields in the selected object which consists of this name need to be displayed in page block table with that record.
this is the requirement, hope someone will help me.

Thanks,
sankar.
Sonam_SFDCSonam_SFDC
Hi Sankar, 

If I understand this correctly, you wish to use SOSL and display results on the VF page using a filter/search block.

Please go through the sample code which can help you with this requirement:http://www.cloudforce4u.com/2013/07/sosl-salesforce-example.html