- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2019 11:38 AM
I have a custom field we've added to the Incident Task form for an External Vendor Ticket #. The client wants to be able to search on that field from the global search field in the header, just like searching for an Incident # or Task #. Is it even possible to configure a field to be searchable?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2019 11:41 AM
If the table is available in the Search Groups then all fields should be searchable. Looking at the OOB search group for "Tasks" I do not see incident_task as an available search table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2019 01:43 PM
Can you provide a screenshot of how your have incident task table setup in search groups?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2019 01:47 PM
Hi,
You need to do 2 steps to achieve this.
- Add "incident_task" table in search group.
- Set the "text_index" field as "true" in the "sys_dictionary" of your custom field.
If you do not find "text_index" field in the "sys_dictionary" form then look in list layout and change it to true.
Making this 2 changes you will be able to search the External ticket vendor from global search just like for Incident or task number.
Kindly mark my answer as Correct and Helpful based on the Impact.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2020 10:12 AM
I did both, I am not seeing why search results for Integer field. But able to search on string fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2020 10:24 AM
I believe it searches text fields only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2020 11:41 AM
That is what even I thought. So, if we want the number to be searched, then we can add one more field with the number set as "string" right?