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
VANAPARTHI SRIKANTHVANAPARTHI SRIKANTH 

Global search in standard object

Hi All,

I am new to salesforce,can we create a global search field in "Account" object so that a field is used for searching all the Accounts same as search in top of the page of salesforce butit need to search on in account object and all the drop down related to the word should be shown same as google search .If possible please provide code or steps to built it.     
logontokartiklogontokartik
Hi,
You need to build a typeahead solution on Visualforce page, maybe below resources might be useful

http://www.infallibletechie.com/2012/06/auto-complete-text-box-in-salesforce.html (https://github.com/SalesforceFoundation/visualforce-typeahead)
https://github.com/SalesforceFoundation/visualforce-typeahead
http://blog.jeffdouglas.com/2010/07/13/building-a-dynamic-search-page-in-visualforce/ (https://github.com/SalesforceFoundation/visualforce-typeahead)

Thank you