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
DrceteDrcete 

Record picker component for visualforce page?

Hello,

I would like to add a record picker component to a visualforce page.
I there any core component I can use for this?
The table it would reference can change dynamically.
What is the best approach to achieve this?
Thanks!

ShirishaShirisha (Salesforce Developers) 
Hi,

Greetings!

As far as I know,there is no component for Record Picker as such.We have Date picker which will allow you to select the dates.

However,if you would like to display the list of records dynamically then please use the sample code given in the below thread:

https://developer.salesforce.com/forums/?id=9060G000000IBoBQAW

Please mark it as best answer if it helps you to fix the issue.

Thank you!

Regards,
Shirisha Pathuri