Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Service Impacted field in incident

praswethas
Tera Contributor

After creating the Technology Management Services to establish the relationship between servers and business applications, we started experiencing an issue with the Impacted Service field on Incident records.

When a Configuration Item (CI) is selected on an Incident, the Impacted Service field is automatically populated with a Dynamic CI group we have created for some other purpose and it has relationship with service offering and technology management service   that does not appear to be related to the selected CI.

We would like to understand how the system determines the value for the Impacted Service field. Is it being populated based on a specific relationship, business rule, service mapping logic, or some other configuration? Additionally, where can we check the underlying logic to verify why a particular Technology Management Service is being selected when a CI is chosen?

1 REPLY 1

Tanushree Maiti
Tera Patron

Hi @praswethas 

 

When you hit Refresh Impacted services  UI action from incident -> It called script includeCIUtils  ( check its condition)

It contains at line 65:

var svcList = bsm.getServicesAssociatedWithCi(id, true);

 

Refer KB : https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0952548

(Workaround is already there in line 65 , Australia PDI)

 

TanushreeMaiti_0-1790096459945.png

 

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