how can we relate 2 application services using relationships so that they both reflect on the impac
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
how can we relate 2 application services using relationships so that they both reflect on the impacted sevices on CHG or INC?
Ex: we have a legal hold-prod app that uses the MID servers which are connected to ServiceNow-prod application service.
Now if a CHG is created on " legal hold-prod" , the impacted services should reflect "ServiceNow-Prod " app as well. How do I acheive this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi there @chaithra10
If your goal is to see both services in Impact Analysis for CHGs/INCs, I'd recommend creating a service-to-service dependency between the two Application Services (e.g., Legal Hold-Prod Depends on ServiceNow-Prod). Then make sure the relationship type is included in your impact analysis traversal rules.
If you're already modeling the dependency through MID Servers, check whether Impact Analysis is configured to traverse those infrastructure relationships. In many cases, a direct Application Service dependency is the easyy approach and gives the expected results.
Kind Regards,
Azar
Serivenow Rising Star ⭐
Developer @ KPMG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @chaithra10
Refer this Get Well Playbook: KB0831505 Application Services with Business Application Relationships
Also check: https://www.servicenow.com/community/common-service-data-model-forum/how-do-you-relate-dependencies-...
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
You can create relationships between them as follows:
Service Instance → Depends on / Sends data to → Service Instance (CSDM 5.0)
However, this relationship will not be reflected in the Impacted Services section because impacted services are populated through the CI-to-Service Association table.
The svc_ci_assoc mapping should be automated and not maintained manually. Operators, on the other hand, can open the service instance and view the relationships directly.
I would recommend exploring the concept of a Parent Application Service. Also, review how the svc_ci_assoc table works and how associations are populated within it.
Regards,
Pratiksha