Select specific values in cases module field

Hello everyone,
Iā€™d like to filter the LBL_ACCOUNT_NAME quicksearch in the Cases module by adding a condition on a field. That is, I should get only the accounts with a specific value in a specific field.
This condition is fixed, not dynamic.

Iā€™ve tried with a Select query in .php files in ā€¦\custom\modules\Cases but it doesnā€™t work, how can I do this?

Thank you

That can be customized in SuiteCRM 7 by modifying the codeā€¦ but it requires some knowledge of the backend.

Here are some posts to give you some ideas:

https://web.archive.org/web/20161020034900/http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_6.5/Module_Framework/Metadata/Examples/Adding_QuickSearch_to_a_custom_field/

1 Like