<?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 Automate and s the operational status of CI's as non-operational if 90 days over and no discovery in CMDB forum</title>
    <link>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300226#M16242</link>
    <description>&lt;P&gt;Hi all can you please help me, how to set operational status of Cis as non-operational which are not updated via any Discovery source for 90 days&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jun 2025 14:09:33 GMT</pubDate>
    <dc:creator>MohammadAmzad</dc:creator>
    <dc:date>2025-06-25T14:09:33Z</dc:date>
    <item>
      <title>Automate and s the operational status of CI's as non-operational if 90 days over and no discovery</title>
      <link>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300226#M16242</link>
      <description>&lt;P&gt;Hi all can you please help me, how to set operational status of Cis as non-operational which are not updated via any Discovery source for 90 days&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 14:09:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300226#M16242</guid>
      <dc:creator>MohammadAmzad</dc:creator>
      <dc:date>2025-06-25T14:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automate and s the operational status of CI's as non-operational if 90 days over and no discover</title>
      <link>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300317#M16245</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/751639"&gt;@MohammadAmzad&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;Flow Designer Approach (No-Code/Low-Code)&lt;/H2&gt;&lt;H3&gt;Steps:&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Create a New Flow&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to&amp;nbsp;Flow Designer &amp;gt; New&lt;/LI&gt;&lt;LI&gt;Name:&amp;nbsp;whatever you want&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Trigger&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use&amp;nbsp;Scheduled Trigger&lt;/LI&gt;&lt;LI&gt;Run: Daily or Weekly&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Add Action: Lookup Records&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Table:&amp;nbsp;cmdb_ci&amp;nbsp;(or specific CI class like&amp;nbsp;cmdb_ci_server)&lt;/LI&gt;&lt;LI&gt;Conditions:&lt;UL&gt;&lt;LI&gt;sys_updated_on&amp;nbsp;on or before&amp;nbsp;90 days ago&lt;/LI&gt;&lt;LI&gt;discovery_source&amp;nbsp;is empty&amp;nbsp;(or not in known discovery sources)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Add Action: For Each&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Loop through the records found&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Inside Loop: Update Record&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Set&amp;nbsp;operational_status&amp;nbsp;to&amp;nbsp;2&amp;nbsp;(Non-Operational)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Save and Activate the Flow.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;or you can do scheduled script in the same process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please mark this as helpful and correct if this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yaswanth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 15:31:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300317#M16245</guid>
      <dc:creator>YaswanthKurre</dc:creator>
      <dc:date>2025-06-25T15:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Automate and s the operational status of CI's as non-operational if 90 days over and no discover</title>
      <link>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300341#M16246</link>
      <description>&lt;P&gt;You can easily achieve this through CMDB Data Manager policy, you need to create a Retirement Definition and add the Data Manager Policy with the same.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 15:45:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300341#M16246</guid>
      <dc:creator>JobyV</dc:creator>
      <dc:date>2025-06-25T15:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automate and s the operational status of CI's as non-operational if 90 days over and no discover</title>
      <link>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300345#M16247</link>
      <description>&lt;P&gt;thank you&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/399739"&gt;@YaswanthKurre&lt;/a&gt;&amp;nbsp;, let me try this one, will update you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 15:45:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300345#M16247</guid>
      <dc:creator>MohammadAmzad</dc:creator>
      <dc:date>2025-06-25T15:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automate and s the operational status of CI's as non-operational if 90 days over and no discover</title>
      <link>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300350#M16248</link>
      <description>&lt;P&gt;You need to create staleness rule for ci classes, once the ci state, on stale task you can trigger flow to mark the ci retire. You can also use data manager policy to create retirement policies.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 15:47:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300350#M16248</guid>
      <dc:creator>Pratiksha</dc:creator>
      <dc:date>2025-06-25T15:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Automate and s the operational status of CI's as non-operational if 90 days over and no discover</title>
      <link>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300433#M16249</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/872253"&gt;@JobyV&lt;/a&gt;&amp;nbsp;here are the OOB retirement custom definitions we have but they are active false, can you please let me know which one i need to make active true&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MohammadAmzad_0-1750871136293.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/451018i1DFD8ED052294C05/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="MohammadAmzad_0-1750871136293.png" alt="MohammadAmzad_0-1750871136293.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 17:06:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300433#M16249</guid>
      <dc:creator>MohammadAmzad</dc:creator>
      <dc:date>2025-06-25T17:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Automate and s the operational status of CI's as non-operational if 90 days over and no discover</title>
      <link>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300438#M16250</link>
      <description>&lt;P&gt;Hi Pratiksha, these are the retirement definition available OOB , but all are in active , please refer the Screenshots and let me know which one I need to make active or need to create a new one&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 17:10:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300438#M16250</guid>
      <dc:creator>MohammadAmzad</dc:creator>
      <dc:date>2025-06-25T17:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Automate and s the operational status of CI's as non-operational if 90 days over and no discover</title>
      <link>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300446#M16251</link>
      <description>&lt;P&gt;It depends on your business requirements, but I would go with Hardware, if you are mainly concerned about Win/Linux etc. Usually, the retire policy is used to set CI status to retired, but you can create your own definition, if that's more helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 17:16:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300446#M16251</guid>
      <dc:creator>JobyV</dc:creator>
      <dc:date>2025-06-25T17:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Automate and s the operational status of CI's as non-operational if 90 days over and no discover</title>
      <link>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300861#M16253</link>
      <description>&lt;P&gt;&lt;A href="https://www.servicenow.com/docs/bundle/xanadu-servicenow-platform/page/product/configuration-management/concept/life-cycle-rules.html" target="_blank"&gt;https://www.servicenow.com/docs/bundle/xanadu-servicenow-platform/page/product/configuration-management/concept/life-cycle-rules.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go through this. You can create new for specific class and if you want it on global level then change the cmdb_ci one.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=1p74bg6ZK9E" target="_blank"&gt;https://www.youtube.com/watch?v=1p74bg6ZK9E&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 07:34:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/cmdb-forum/automate-and-s-the-operational-status-of-ci-s-as-non-operational/m-p/3300861#M16253</guid>
      <dc:creator>Pratiksha</dc:creator>
      <dc:date>2025-06-26T07:34:51Z</dc:date>
    </item>
  </channel>
</rss>

