<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How the &amp;quot;Impacted Services/CIs&amp;quot;  populating automatically in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/how-the-quot-impacted-services-cis-quot-populating-automatically/m-p/3399344#M4997</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/37771"&gt;@ramesh_r&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The core logic is contained within a script include (e.g.,&amp;nbsp;&lt;/SPAN&gt;ChangeUtilsSNC&lt;SPAN&gt;) that is executed by a business rule/UI Action named "&lt;/SPAN&gt;&lt;STRONG&gt;Refresh Impacted Services&lt;/STRONG&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;The process begins with the CIs that have been added to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Affected CIs&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;related list on the record (e.g., a change request).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;It then searches the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Service Configuration Item Association [svc_ci_assoc]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;table for any services that are associated with those affected CIs. This table is populated by Service Mapping, which discovers and maps the connections between different CIs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;For other types of CIs, the system traverses the relationships defined in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;CI Relationship [cmdb_rel_ci]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;table. This identifies other CIs that are dependent on, or used by, the affected CIs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Please refer KB:&amp;nbsp;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0955325#:~:text=4854%20Views,New%20chat" target="_blank"&gt;https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0955325#:~:text=4854%20Views,New%20chat&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;!--   StartFragment    --&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Thanks, GP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;!--   EndFragment    --&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Oct 2025 03:05:04 GMT</pubDate>
    <dc:creator>G Ponsekar</dc:creator>
    <dc:date>2025-10-07T03:05:04Z</dc:date>
    <item>
      <title>How the "Impacted Services/CIs"  populating automatically</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-the-quot-impacted-services-cis-quot-populating-automatically/m-p/3373060#M4519</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want to know how the "Impacted Services/CIs" populating automatically .? from where the records are populating.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ramesh_r_0-1757326200490.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/468049i795E62C9D560FDF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ramesh_r_0-1757326200490.png" alt="ramesh_r_0-1757326200490.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 10:10:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-the-quot-impacted-services-cis-quot-populating-automatically/m-p/3373060#M4519</guid>
      <dc:creator>ramesh_r</dc:creator>
      <dc:date>2025-09-08T10:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: How the "Impacted Services/CIs"  populating automatically</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-the-quot-impacted-services-cis-quot-populating-automatically/m-p/3373073#M4520</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/37771"&gt;@ramesh_r&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "Impacted Services/CIs" are populated automatically by&amp;nbsp;querying the Configuration Management Database (CMDB) to find services and CIs that depend on the "Affected CIs" entered for a change or incident.&amp;nbsp;This relies on relationships defined in the CMDB through&amp;nbsp;Discovery&amp;nbsp;and&amp;nbsp;Service Mapping,&amp;nbsp;and uses scripts to dynamically trace these dependencies to provide a list of potentially impacted CIs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 10:16:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-the-quot-impacted-services-cis-quot-populating-automatically/m-p/3373073#M4520</guid>
      <dc:creator>Nikhil Bajaj9</dc:creator>
      <dc:date>2025-09-08T10:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: How the "Impacted Services/CIs"  populating automatically</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-the-quot-impacted-services-cis-quot-populating-automatically/m-p/3373079#M4521</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/37771"&gt;@ramesh_r&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "Impacted Services/CIs" related list automatically populates records based on the relationships defined in your Configuration Management Database (CMDB)&lt;SPAN&gt;. When a Configuration Item (CI) is added to the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Affected CIs&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;list on an incident or change record,&lt;SPAN&gt;&amp;nbsp;ServiceNow&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;traces its upstream dependencies to find any services that rely on it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;!--  StartFragment   --&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Thanks, GP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;!--  EndFragment   --&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 10:18:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-the-quot-impacted-services-cis-quot-populating-automatically/m-p/3373079#M4521</guid>
      <dc:creator>G Ponsekar</dc:creator>
      <dc:date>2025-09-08T10:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: How the "Impacted Services/CIs"  populating automatically</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-the-quot-impacted-services-cis-quot-populating-automatically/m-p/3398964#M4993</link>
      <description>&lt;P&gt;Is there any table do we have to check this relationship .?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;example when i am click on the "Refresh Impacted Service" is automatically adding some ci in the '&lt;SPAN&gt;Impacted Services/CIs ' tab. how is adding .?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ramesh_r_0-1759767102508.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/474958i08DDB7B0298EA4D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ramesh_r_0-1759767102508.png" alt="ramesh_r_0-1759767102508.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2025 16:12:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-the-quot-impacted-services-cis-quot-populating-automatically/m-p/3398964#M4993</guid>
      <dc:creator>ramesh_r</dc:creator>
      <dc:date>2025-10-06T16:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: How the "Impacted Services/CIs"  populating automatically</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-the-quot-impacted-services-cis-quot-populating-automatically/m-p/3399344#M4997</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/37771"&gt;@ramesh_r&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The core logic is contained within a script include (e.g.,&amp;nbsp;&lt;/SPAN&gt;ChangeUtilsSNC&lt;SPAN&gt;) that is executed by a business rule/UI Action named "&lt;/SPAN&gt;&lt;STRONG&gt;Refresh Impacted Services&lt;/STRONG&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;The process begins with the CIs that have been added to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Affected CIs&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;related list on the record (e.g., a change request).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;It then searches the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Service Configuration Item Association [svc_ci_assoc]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;table for any services that are associated with those affected CIs. This table is populated by Service Mapping, which discovers and maps the connections between different CIs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;For other types of CIs, the system traverses the relationships defined in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;CI Relationship [cmdb_rel_ci]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;table. This identifies other CIs that are dependent on, or used by, the affected CIs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Please refer KB:&amp;nbsp;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0955325#:~:text=4854%20Views,New%20chat" target="_blank"&gt;https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0955325#:~:text=4854%20Views,New%20chat&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;!--   StartFragment    --&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Thanks, GP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;!--   EndFragment    --&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 03:05:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-the-quot-impacted-services-cis-quot-populating-automatically/m-p/3399344#M4997</guid>
      <dc:creator>G Ponsekar</dc:creator>
      <dc:date>2025-10-07T03:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: How the "Impacted Services/CIs"  populating automatically</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-the-quot-impacted-services-cis-quot-populating-automatically/m-p/3456235#M5700</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/37771"&gt;@ramesh_r&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set the CI Depth to the value required in Script Include&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Hope it Helps!!!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2025 18:20:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-the-quot-impacted-services-cis-quot-populating-automatically/m-p/3456235#M5700</guid>
      <dc:creator>Yaswanth_M000</dc:creator>
      <dc:date>2025-12-24T18:20:54Z</dc:date>
    </item>
  </channel>
</rss>

