Hi all,
I am looking for help in step next to Saved search......
I want to make New additional Search Panels, which displays data in a predefined filter.
I am able to get the new tab displayed like this (as attached)
This I done by adding following at ....include/SearchForm/SearchForm2.php (around line 104)
But I am stuck at this stage.....Where all I need to change.Code:$this->tabs = array(array('title' => $GLOBALS['app_strings']['LNK_BASIC_SEARCH'], 'link' => $module . '|basic_search', 'key' => $module . '|basic_search'), array('title' => $GLOBALS['app_strings']['LNK_ADVANCED_SEARCH'], 'link' => $module . '|advanced_search', 'key' => $module . '|advanced_search'), array('title' => $GLOBALS['app_strings']['LNK_NEW_SEARCH'], 'link' => $module . '|advanced_search', 'key' => $module . '|advanced_search'),
What I am looking for is to.....
1) Get this new Search panel appear in Studio, so can add/remove fields as required
2) This panel shows data where industry (a field in accounts) = xxxx
Looking for help. Thanks is advance
webNET
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
My Installation details...
1) Win 2003, IIS, MSSQL, PHP 5
2) Sugar 5.0.d (PRO)


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks