Autopopulate category and subcategory in incident catalog item

Community Alums
Not applicable

Hi,

We are designing a solution where category and subcategory should be autopopulate in Incident record producer on basis of short description. 

I have created a client script and it can be done by hard coding keyword and then setting category and subcategory. 

Please advise if this is right solution. We have also proposes predictive intelligence but our client are not going with that approach. 

 

 

 

1 ACCEPTED SOLUTION

Thanks for the update Amit. One of the possible options is to create a custom table to maintain the relationship between the short description/category/subcategory. Now you can create a catalog script + GlideAjax to populate cat and sub cat based on short description variable. This will enable your admins to modify the values in a table without the need to modify the Client script(*hardcoded values).

 

- Pradeep Sharma

 

View solution in original post

10 REPLIES 10

Community Alums
Not applicable
Thanks everyone for the reply. Actually, we need to show the category and subcategory in the catalog page on change of short description and then user will have a option to change the category or click on submit button. That's why we have implemented this via catalog on change client script.