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
Rachel LinderRachel Linder 

Create a buttone using the Same Functionality as the "Find Product" button on the products home page

We have a custom object called Work products. It has the same idea as the Salesforce Products Object. On the Salesforce Products home page there is a "FInd Products" Button to search for a product. See screenshot below:

User-added image

We would like to create a button on the Work products page that performs the exact same functionality. Is this possible and if so how would this be done.
Thanks.

Rachel

KaranrajKaranraj
You can do by creating custom visualforce for searching records for your custom object. Check this blog post for building dynamic search page in salesforce http://blog.jeffdouglas.com/2010/07/13/building-a-dynamic-search-page-in-visualforce/