Adding search functionality for category in the incident form

sudhakar kondap
Tera Contributor

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

1 ACCEPTED SOLUTION

Vasantharajan N
Giga Sage
Giga Sage

@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. 

 

VasantharajanN_1-1744107779888.png

 

Result

VasantharajanN_0-1744107742268.png

 


Thanks & Regards,
Vasanth

View solution in original post

10 REPLIES 10

Shivalika
Mega Sage

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

 

if we drop down category we will find choices above the choices i need a search functionality , will it be possible?

 

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 - 

 

Shivalika_1-1744107528109.png

 

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

 

 

 

 

Vasantharajan N
Giga Sage
Giga Sage

@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. 

 

VasantharajanN_1-1744107779888.png

 

Result

VasantharajanN_0-1744107742268.png

 


Thanks & Regards,
Vasanth