array( 'activities' => array( 'order' => 20, 'sort_order' => 'desc', 'sort_by' => 'date_due', 'title_key' => 'LBL_ACTIVITIES_SUBPANEL_TITLE', 'type' => 'collection', 'subpanel_name' => 'activities', //this values is not associated with a physical file. 'module' => 'Activities', 'top_buttons' => array( array('widget_class' => 'SubPanelTopCreateTaskButton'), array('widget_class' => 'SubPanelTopScheduleMeetingButton'), array('widget_class' => 'SubPanelTopScheduleCallButton'), array('widget_class' => 'SubPanelTopComposeEmailButton'), ), 'collection_list' => array( 'meetings' => array( 'module' => 'Meetings', 'subpanel_name' => 'ForActivities', 'get_subpanel_data' => 'meetings', ), 'tasks' => array( 'module' => 'Tasks', 'subpanel_name' => 'ForActivities', 'get_subpanel_data' => 'tasks', ), 'calls' => array( 'module' => 'Calls', 'subpanel_name' => 'ForActivities', 'get_subpanel_data' => 'calls', ), ) ), 'history' => array( 'order' => 30, 'sort_order' => 'desc', 'sort_by' => 'date_entered', 'title_key' => 'LBL_HISTORY_SUBPANEL_TITLE', 'type' => 'collection', 'subpanel_name' => 'history', //this values is not associated with a physical file. 'module' => 'Activities', 'top_buttons' => array( array('widget_class' => 'SubPanelTopCreateNoteButton'), array('widget_class' => 'SubPanelTopArchiveEmailButton'), array('widget_class' => 'SubPanelTopSummaryButton'), array('widget_class' => 'SubPanelTopFilterButton'), ), 'collection_list' => array( 'meetings' => array( 'module' => 'Meetings', 'subpanel_name' => 'ForHistory', 'get_subpanel_data' => 'meetings', ), 'tasks' => array( 'module' => 'Tasks', 'subpanel_name' => 'ForHistory', 'get_subpanel_data' => 'tasks', ), 'calls' => array( 'module' => 'Calls', 'subpanel_name' => 'ForHistory', 'get_subpanel_data' => 'calls', ), 'notes' => array( 'module' => 'Notes', 'subpanel_name' => 'ForHistory', 'get_subpanel_data' => 'notes', ), 'emails' => array( 'module' => 'Emails', 'subpanel_name' => 'ForHistory', 'get_subpanel_data' => 'emails', ), ), 'searchdefs' => array( 'collection' => array( 'name' => 'collection', 'label' => 'LBL_COLLECTION_TYPE', 'type' => 'enum', 'options' => $GLOBALS['app_list_strings']['collection_temp_list'], 'default' => true, 'width' => '10%', ), 'name' => array( 'name' => 'name', 'label' => 'LBL_SUBJECT', 'default' => true, 'width' => '10%', ), 'current_user_only' => array( 'name' => 'current_user_only', 'label' => 'LBL_CURRENT_USER_FILTER', 'type' => 'bool', 'default' => true, 'width' => '10%', ), 'date_modified' => array( 'name' => 'date_modified', 'label' => 'LBL_DATE_MODIFIED', 'type' => 'date', 'width' => '10%', ), ), ), 'securitygroups' => array( 'top_buttons' => array(array('widget_class' => 'SubPanelTopSelectButton', 'popup_module' => 'SecurityGroups', 'mode' => 'MultiSelect'),), 'order' => 900, 'sort_by' => 'name', 'sort_order' => 'asc', 'module' => 'SecurityGroups', 'refresh_page' => 1, 'subpanel_name' => 'default', 'get_subpanel_data' => 'SecurityGroups', 'add_subpanel_data' => 'securitygroup_id', 'title_key' => 'LBL_SECURITYGROUPS_SUBPANEL_TITLE', ), ), );