- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2022 02:31 AM
Hi,
I have found this below article on HI Support about extending the ChangeUtilsSNC Script includes, so that it can be used to search multiple Affected CIs on the Change Form to find impacted services/business applications, but using the CI Relationship (cmdb_rel_ci) table instead of the svc_ci_assoc table. Until Service Mapping is used.
Has anyone managed to get this to work and if so, would they be kind enough to share the code for the ChangeUtils?
Change Request - Refreshing Impacted Service - Support and Troubleshooting (servicenow.com)
Many thanks
Dan
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 04:55 PM
Hi Dan Brown,
I think it is the not answer you are expecting, but in our case, as we had to Refresh the Impacted Services considering the Affected CIs (not only the main CI), we had to enable the Property "com.snc.change_request.refresh_impacted.include_affected_cis
", which uses the svc_ci_assoc table to retrieve the Impacted Services (instead of the cmdb_rel_ci table).
We have implemented the Service Mapping for part of the Services, but for others which are still in implementation, we have used the manual convertion: we have created them as manual Services, and we have used the "Convert to Application Service" (or the Bulk Conversion when there are lot), so, the entries are created in the svc_ci_assoc table during the conversion.
For sure, it is required to pay attention in the manual Services created now, if in the future they are being updated by the Service Mapping, but it works fine for us.
Depends on the quantity of records you have in the cmdb_rel_ci table, extending the logic of that Script Include can work, but I am afraid if you could face some performance issues.
I hope it could help you in some way.
Thank you so much!
Best regards
Viviane Brasil

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2022 09:40 AM
Hello
Just for reference:
- [Now Docs - San Diego] Refresh impacted services properties - see the change.refresh_impacted.include_affected_cis
- [Now Community Question] Refresh Impacted Services - Impacted Services/CIs | Business Applications related lists - see the answer by Barry Kant
Best regards,
Vivi Brasil