• How to customise filter search condition to use subquery in sugar 7.x?

    hey champions, As you know, back in sugar 6.x, we could edit the searchFields.php to add "subquery" to customise the search condition. which was quite flexible. e.g. 'favorites_only' => array ( 'query_type' => 'format' , 'operator' => 'subquery' , 'subquery…