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
@taani.ax1426@taani.ax1426 

Urgent Requirement

Hi,

 

I am having a custom object called "Deal", my requirement is when I clicked on deal tab, there should be one Search option should come on the top of the record,as there are 100+records in Deal, so when i enter any word in text box called "search records", related to specific word, record should come from database. for example if I type Chevrolet, then all information related to Account "Chevrolet" should come.

 

please help.

 

regards,

Taani

SIVASASNKARSIVASASNKAR

You should develop one visual force page and the override the tab display option with visualforce page name

 

Follow the Steps for overriding the standard page with Visualforce page

 

For Standard Objects

 

Setup-->Appsetup-->customize-->Objectname-->Buttons and Links--> Edit the objectname Tab-->Override with Visual force page select your visualforce page.

 

For Custome Object

 

Setup-->Appsetup-->Create-->Objects-->click on object name---->in Related list You can find Standard Buttons and Links--->Edit  object name Tab-->Override with Visual force page select your visualforce page.