retrieve($_REQUEST['record']); } else {} require_once('include/MVC/View/SugarView.php'); if(file_exists('modules/EcmProducts/views/view.list.php')) { require_once('modules/EcmProducts/views/view.list.php'); $list = new EcmProductsViewList(); } else { require_once('include/MVC/View/views/view.list.php'); $list = new ViewList(); } $list->bean = $focus; // if(!isset($_REQUEST['search_form_only']) || $_REQUEST['search_form_only'] != "true") require_once('modules/EcmGroupSales/HeaderMenu.php'); $list->preDisplay(); $list->display(); ?>