- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 07:11 AM
Enjoyed the Youtube video that explained the different types of Technical Services. Is there a column in the database where the technical service type can be identified? I'd like to use this type to filter service service offerings on tasks. For example, the "delivery" Technical Service Offerings would not be applicable for Incident.
CSDM Technical Service Deep Dive
Thanks,
Paul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 06:55 AM
That is correct. You should define a taxonomy for your services, and that taxonomy should be used to specify what type of Service it is (Deliver, Operation, Application, etc.). The challenge is that you need to define that taxonomy thoughtfully, and there may be some subjectivity involved in doing so, which can be frustrating. More and more, I see people leveraging pre-existing taxonomies like the TBM Solution Taxonomy, which provides a jump start to managing your service portfolio, aligns well to CSDM, and provides other benefits as well.
The opinions expressed here are the opinions of the author, and are not endorsed by ServiceNow or any other employer, company, or entity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 07:58 AM
Thanks for the feedback Paul.
The Technical Service is not it's own table / class. Caitlin and I discuss this in the Service Builder video. So that's how you know ultimately.
We used to rely on an attribute called "Service classification" and have users select the type of service it is, with all of them in one table. This is completely unnecessary in the CMDB, as the ability to sub-class is native to the CMDB CI structure. Often, the classification wasn't in syc with the CI class, creating chaos and confusion.
Here are the 2 service types, and tables we use below. Note that we also still set Service classification where possible, as many customers have not migrated their business logic to use the CI classes properly, but in general it's a good idea to re-factor so you are using the new tables. Service Builder as you will see in the video, does this for you, so you don't have to think about what table, attribute to use. It just does the right thing in the right tables.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 08:18 AM
Hi,
I think it would make sense to mention, that also the sync of groups still relies to the service classification, so not only customer customizing 😉 (Or did that change in UTAH?)
But to answer the question related to servicer offerings reference qualifier on task, I would extend the reference qualifier to check the parent class. Every offering needs to have a parent and depending in what class it is, you can control the selection. However I would suggest to modify the reference qualifier for service offerings field, that it depends on the selected service within in the task and to not disable the feature to select technical service/service offering. Because for technical incidents/tasks it sometimes make sense to report based on technical service and service offerings and not only based on business service+offering.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 09:55 AM
My read of this question is that Paul is asking how to further categorize a Technical Service Offering, not just to determine whether the offering is a Technical or Business service offering. From that perspective I would say that you should dot-walk to the parent Service and get its Taxonomy Node. That way you can filter based on the specific Taxonomy Node (or its parent, etc.) whether to include "Delivery" technical services.
The opinions expressed here are the opinions of the author, and are not endorsed by ServiceNow or any other employer, company, or entity.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 06:39 AM
CMDB Whisperer,
Correct, my question is about further categorization of a Technical Service. Here's a print screen from Mark and Scott's video showing the three types (Application & Platform, Infrastructure, Delivery). Re-stated, my question is "how do I know if the technical service type is Application & Platform, Infrastructure, or Delivery"?
If I'm following your recommendation, I'd traverse the hierarchy until I know what the type is. Does this imply that the type of service is defined by the SPM taxonomy Node? For example a hierarchy similar to the following:
Service Creation (Technical Service Offering) -> Service Definition (Technical Service) -> IT Delivery Service (SPM Taxonomy Node)
Or, is there an alternative such as a column on the Technical Service itself?
Thanks,
Paul