Adding a search button to a dashboard tracker view (for advanced sea

I'm building an advanced search in 9.05, and customizing the dashboard
tracker view. I want to add a button and have it do a search in another
table. I know how to do this in a regular screen customization, but
can't figure out how to hook it into a dashboard customization.



The C# code I would normally use in a regular customization is this:

DataSet dsSearch =
Epicor.Mfg.UI.FormFunctions.SearchFunctions.listLookup(oTrans,
"PartAdapter", out recSelected, true, whereClause);



But a dashboard tracker view doesn't have the oTrans variable, nor any
transaction I can find. The normal wizard for building searches isn't
available in the customization tools.



Any suggestions?



Thanks,

Brian.





[Non-text portions of this message have been removed]