CAT | Uncategorized
Jul/11
15
How to configure modules/fields to be searched by Global Search
1 Comment · Posted by dc in Uncategorized
In latest SugarCRM 6+ versions to configure the modules used by Global Search function
can be configured from Admin Section.
1.go to Admin section
2.click Global Search
3.drag and drop the module between tabs “Enabled Modules” and “Disabled Modules” as in the picture below.
4.In order to configure the fields that are searched you need to edit vardefs and use
‘unified_search’ => true,
‘unified_search_default_enabled’ => true,
to enable those fields.
Unfortunately custom fields can’t be enabled by default and require some code changes so you need
to address to a development team as www.1crm.info
No tags

