The case types in CSM

Jagjeet Singh1
Tera Contributor

Hi Community members,

I am working on a CSM implementation and was exploring the Case types plugin.

For now, I have followed the guided setup and enabled the case types in my PDI. I can also use these from workspace and case type cases are being created in my custom table which I created as part of the setup. I have few queries.

1. I do not see where it is documenting the case type selected by agent from interaction record.

2. From your experience with case types; please list out few things that I should keep in mind while implementing this.

 

Any help would be appreciated.

 

1 ACCEPTED SOLUTION

Hi @Jagjeet Singh 

when following the training materials, you will see that creating a Case type means creating child tables of sn_customerservice_case. So yes, you have to create child tables for each Case type!

Kind regards
Maik

 

View solution in original post

5 REPLIES 5

Maik Skoddow
Tera Patron
Tera Patron

Hi @Jagjeet Singh 

Case types are nothing else than child tables of sn_customerservice_case. To see the "Case type" you have to enable column "Task type". Then you can group by "Task type" to see all "Case types".

find_real_file.png

 

I don't have any recommendations for you regarding case types. It is the way ServiceNow wants to handle that topic and facing all the different requirements for case types it makes sense to me to create child tables.

Kind regards
Maik

Thanks Maik. Do you mean that I should have one child table for each case type?

 

 

Hi @Jagjeet Singh 

when following the training materials, you will see that creating a Case type means creating child tables of sn_customerservice_case. So yes, you have to create child tables for each Case type!

Kind regards
Maik

 

Appreciate your help Maik.