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

But @sudhakar kondap  But this will not make it a reference field, it will just allow searching.

Thank you 

Vasantharajan N

 
 

the main idea for this is to link the search to category and subcategory. for example, if in category i search for "Salesforce" it will show me which categories have this word along with each subcategory it belongs to.

 

So if Sales force appeared in 2 subcategories and no categories, it will show the breadcrum the category that leads to its subcategory. and if you select the subcategory, the category it belongs to will be selected as well.

 

The best example i have is when doing reporting and i look up the word "city" in this example

sudhakarkondap_0-1744626007965.jpeg

 

 

you see that it  appears in 2 different places and follows the bread crum as far as it can go. in this case, it's just category and subcategory. Can we achieve this after providing search functionality?

Shivalika
Mega Sage

I just understood @sudhakar kondap  You just wanted to add search functionality not convert to reference. Got confused with the wordings, yes that dictionary attribute should be fine.