- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 04:42 AM
Hi
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".
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 04:59 AM
Thanks Maik. Do you mean that I should have one child table for each case type?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 05:07 AM
Hi
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2022 05:12 AM
Appreciate your help Maik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2024 06:38 AM
Also if you want to use the case type selector on the CSM Configurable workspace list views, configure it as per the link: https://docs.servicenow.com/csh?topicname=config-case-type-declarative-action.html&version=latest
(make active the "new" declarative actions (sys_declarative_action_assignment) records related to the "CSM Case Types" Application")