- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 03:09 AM
Can we add search functionality for category in the incident form, as it is choice field I don't think so , if it is possible can anyone guide me - aim is to get category sort For example if we provide software in the search(if configured) if we have three choices containing software will sort and visible
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 03:23 AM
@sudhakar kondap - You can add the is_searchable_choice=true attribute to the sys_dictionary of the category.
Note: This will become a customization of the OOTB dictionary entry.
Result
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 03:11 AM
Hello @sudhakar kondap
I think you mean "sub-category" field right ? Like in the category you choose - "Software" then in subcategory it should be reference field ?
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 03:14 AM - edited 04-08-2025 03:15 AM
if we drop down category we will find choices above the choices i need a search functionality , will it be possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 03:18 AM
Hello @sudhakar kondap
I just checked in OOB this is configured as "String" field. So, you will first need to replace all the existing values as "sys_id" and then it will allow to convert to "Reference"
After that, converting to reference is possible - yes.
Reference table will be "sys_choice" and condition will be as shown in below image -
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 03:23 AM
@sudhakar kondap - You can add the is_searchable_choice=true attribute to the sys_dictionary of the category.
Note: This will become a customization of the OOTB dictionary entry.
Result
Thanks & Regards,
Vasanth