In include/QuickSearchDefaults we can change the conditions of searching in Accounts module.
But in my case I added some custom fields to this module. This fields are in table accounts_cstm.
If I add a condition in the getQSAccount (in file QuickSearchDefaults ) that need this custom fields (for example status_c) I get this error : “Unknown column ‘accounts.status_c’”.
Is there a way to use custom fields in the conditions of getQSAccount ?