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
RadDude89RadDude89 

Salesforce dynamic lookup

Hi,

I'm wondering if it is possible to create a dynamic lookup on a visualforce page in Salesforce.  We want to be able to allow the user to start typing into a field and it will return site names based on what the user typed.

For example - typing 'T' into Company name would show a drop down of sites beginning with T.  Then if the user added 'e' it would show the sites beginning with Te.

Is this posible to achieve on Salesforce?

Thanks.

SalesFORCE_enFORCErSalesFORCE_enFORCEr
It is possible using jquery autocomplete. Try this
https://jqueryui.com/autocomplete/