<?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 List of CIs that do not start with Generic in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/list-of-cis-that-do-not-start-with-generic/m-p/3419446#M1235963</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement to exclude CIs where the name starts with "Generic" on a field that references the cmdb.&amp;nbsp; Has anyone successfully used "NOT STARTSWITH" in an encoded query?&amp;nbsp; If there is another alternative, I'd appreciate any ideas.&amp;nbsp; Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 04 Nov 2025 21:05:01 GMT</pubDate>
    <dc:creator>George56</dc:creator>
    <dc:date>2025-11-04T21:05:01Z</dc:date>
    <item>
      <title>List of CIs that do not start with Generic</title>
      <link>https://www.servicenow.com/community/developer-forum/list-of-cis-that-do-not-start-with-generic/m-p/3419446#M1235963</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement to exclude CIs where the name starts with "Generic" on a field that references the cmdb.&amp;nbsp; Has anyone successfully used "NOT STARTSWITH" in an encoded query?&amp;nbsp; If there is another alternative, I'd appreciate any ideas.&amp;nbsp; Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 21:05:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/list-of-cis-that-do-not-start-with-generic/m-p/3419446#M1235963</guid>
      <dc:creator>George56</dc:creator>
      <dc:date>2025-11-04T21:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: List of CIs that do not start with Generic</title>
      <link>https://www.servicenow.com/community/developer-forum/list-of-cis-that-do-not-start-with-generic/m-p/3419453#M1235966</link>
      <description>&lt;P&gt;Hi there&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/338992"&gt;@George56&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can’t use &lt;CODE&gt;NOT STARTSWITH&lt;/CODE&gt; in an encoded query, so it won’t work as-is. Instead, filter using:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;nameNOT LIKEGeneric%&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will exclude any CI whose name begins with "Generic". You can add other conditions after it if needed. Simple and works fine for reference qualifiers and GlideRecord filters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 21:13:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/list-of-cis-that-do-not-start-with-generic/m-p/3419453#M1235966</guid>
      <dc:creator>Its_Azar</dc:creator>
      <dc:date>2025-11-04T21:13:14Z</dc:date>
    </item>
  </channel>
</rss>

