Add Fields in Basic Search – SugarCRM / SuiteCRM
Here assume that we are going to add Datepicker in the Basic search panel on Case Module List view. create the fileSearchFields.php at the custom/modules/Cases/metadata/and add the following code to this file $searchFields[‘<module_name>’] = array( ’email_notification_date’ => array( ‘query_type’ => ‘default’, ‘operator’ => ‘subquery’, ‘subquery’ => ‘SELECT parent_id FROM emails…