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://sugarclub.sugarcrm.com/dev-club/f/questions-answers/1041/i-want-to-override-default-sqs-object-on-link-field

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