how can we relate 2 application services using relationships so that they both reflect on the impac

chaithra10
Tera Contributor

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?

3 REPLIES 3

Its_Azar
Mega Sage

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.

☑️ If this helped, please mark it as Helpful or Accept Solution so others can find the answer too.

Kind Regards,
Azar
Serivenow Rising Star
Developer @ KPMG.

Tanushree Maiti
Tera Patron

Hi @chaithra10 

 

Refer this Get Well PlaybookKB0831505 Application Services with Business Application Relationships 

 

Also check: https://www.servicenow.com/community/common-service-data-model-forum/how-do-you-relate-dependencies-...

 

https://www.servicenow.com/community/common-service-data-model-forum/how-to-create-relations-between...

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

Pratiksha
Mega Sage

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