- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 11:57 PM
Hi folks, we use application to drive some of our processes such as change management. I have created custom classification to discover application that run on our servers, but looking at the official documentation, it only creates Applications. Question is, how to move from application to application service?
For example, you might have a custom pattern that finds software xyz, this by looking at running processes, but there might be this instance for dev, test and prod of the same sofware xyz, hence then have something like:
-xyz-dev
-xyz-test
-xyz-prod
which then I think that it might be hard to automate this, if one of you have done it before, how would you then go from Application to Application Service.
Disclaimer, we dont have service mapping, we only have Discovery.
Solved! Go to Solution.
- Labels:
-
Orchestration (ITOM)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 06:05 AM - edited 08-18-2023 06:06 AM
The CSDM framework is your friend. Find the suggested relationships here: https://docs.servicenow.com/bundle/vancouver-servicenow-platform/page/product/csdm-implementation/co...
Regards,
Niklas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 06:05 AM - edited 08-18-2023 06:06 AM
The CSDM framework is your friend. Find the suggested relationships here: https://docs.servicenow.com/bundle/vancouver-servicenow-platform/page/product/csdm-implementation/co...
Regards,
Niklas

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 08:15 AM
Here u go
Business Capability | Provides::ProvidedBY | Business Application |
Business Application | Consumes::ConsumedBY | Application Services |
Regards
RP