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/
Hi @MadMart ,
Can you please guide me on how we can add initial_filter for detail and list view?
I tried the below code in metadata/detailviewdefs.php and listviewdefs.php but it is not working, it is only working with editviewdef.php
ādisplayParamsā =>
array (
āinitial_filterā => ā&user_kind_c_advanced=Employeeā,
),
1 Like