<?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: Exclude some filtered data during cloning in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380696#M1228185</link>
    <description>&lt;P&gt;Hi Atul - I have incident table data and there is a field called sensitive. If that is true then those records should not be cloned but others must be cloned. Isn't there any way to do that?&lt;/P&gt;</description>
    <pubDate>Mon, 15 Sep 2025 13:46:29 GMT</pubDate>
    <dc:creator>Khanna Ji</dc:creator>
    <dc:date>2025-09-15T13:46:29Z</dc:date>
    <item>
      <title>Exclude some filtered data during cloning</title>
      <link>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380605#M1228158</link>
      <description>&lt;P&gt;I want to exclude some data from the Incident to be cloned into Dev and Test instance. How can I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need to have a clean-up script to delete the data?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 12:57:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380605#M1228158</guid>
      <dc:creator>Khanna Ji</dc:creator>
      <dc:date>2025-09-15T12:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude some filtered data during cloning</title>
      <link>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380611#M1228159</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/161384"&gt;@Khanna Ji&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for that, you can specify tables to be excluded:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GlideFather_0-1757941244655.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/470036i6C3562E318F96C2A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GlideFather_0-1757941244655.png" alt="GlideFather_0-1757941244655.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or data to be preserved:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GlideFather_1-1757941262158.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/470037i7193760FB127FFEE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GlideFather_1-1757941262158.png" alt="GlideFather_1-1757941262158.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 13:01:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380611#M1228159</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-09-15T13:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude some filtered data during cloning</title>
      <link>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380614#M1228161</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/161384"&gt;@Khanna Ji&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you say "some data," what exactly do you mean? Technically, you can either clone the full table or not clone it at all—there’s no way to exclude specific data during a table clone.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 13:01:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380614#M1228161</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2025-09-15T13:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude some filtered data during cloning</title>
      <link>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380617#M1228162</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/161384"&gt;@Khanna Ji&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you can use&amp;nbsp;&lt;A href="https://www.servicenow.com/docs/bundle/xanadu-platform-administration/page/administer/managing-data/concept/data-preservation.html" target="_self"&gt;Data preservers&lt;/A&gt;&amp;nbsp; for this purpose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Data Preservers&lt;/STRONG&gt; usually keep data during a clone, but you can flip the logic by setting a &lt;STRONG&gt;condition&lt;/STRONG&gt; so that only &lt;EM&gt;those matching records&lt;/EM&gt; are preserved in the &lt;EM&gt;source only&lt;/EM&gt; → meaning they won’t be cloned to sub-instances.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Example: If you have a field Risk Level = High, you create a &lt;STRONG&gt;Data Preserver&lt;/STRONG&gt; for the &lt;EM&gt;Incident&lt;/EM&gt; table with the condition Risk Level is High.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;During clone, those records won’t be copied over to Dev/Test.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Thanks &amp;amp; Regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Muhammad Iftikhar&lt;/STRONG&gt;&lt;BR /&gt;&lt;I&gt;If my response helped, please mark it as the accepted solution so others can benefit as well.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 13:02:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380617#M1228162</guid>
      <dc:creator>miftikhar20</dc:creator>
      <dc:date>2025-09-15T13:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude some filtered data during cloning</title>
      <link>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380623#M1228164</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/161384"&gt;@Khanna Ji&lt;/a&gt;&amp;nbsp;&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="DrAtulGLNG_0-1757941523486.png" style="width: 693px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/470038i5E9D92FA6BA0FAFC/image-dimensions/693x390?v=v2" width="693" height="390" role="button" title="DrAtulGLNG_0-1757941523486.png" alt="DrAtulGLNG_0-1757941523486.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 13:05:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380623#M1228164</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2025-09-15T13:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude some filtered data during cloning</title>
      <link>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380666#M1228175</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/161384"&gt;@Khanna Ji&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can exclude the incident table during clone so that it doesn't flow from source to target&lt;/P&gt;
&lt;P&gt;good explanation here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0717012" target="_blank" rel="noopener"&gt;Clone results based on Exclusion and Preserver configuration&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://noderegister.service-now.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB1214608" target="_blank" rel="noopener"&gt;Clone Basics&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://medium.com/@soeren_maucher/cheat-sheet-mastering-servicenow-cloning-configurations-8a5004c20e2f" target="_blank" rel="noopener"&gt;Cheat Sheet: Mastering ServiceNow Cloning Configurations&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 13:31:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380666#M1228175</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-09-15T13:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude some filtered data during cloning</title>
      <link>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380696#M1228185</link>
      <description>&lt;P&gt;Hi Atul - I have incident table data and there is a field called sensitive. If that is true then those records should not be cloned but others must be cloned. Isn't there any way to do that?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 13:46:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380696#M1228185</guid>
      <dc:creator>Khanna Ji</dc:creator>
      <dc:date>2025-09-15T13:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude some filtered data during cloning</title>
      <link>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380709#M1228187</link>
      <description>&lt;P&gt;Hi Ankur - not the complete table data has to be excluded. Only the onces with customField = True must be excluded in the clone. Rest all must be copied to the lower instances.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 13:47:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380709#M1228187</guid>
      <dc:creator>Khanna Ji</dc:creator>
      <dc:date>2025-09-15T13:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude some filtered data during cloning</title>
      <link>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380734#M1228188</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/161384"&gt;@Khanna Ji&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I know, it's not possible. You either clone the full table or you don’t—there’s no option to partially clone a table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/servicenow-ai-platform-articles/cloning-best-practices-data-anonymization/ta-p/2327833" target="_blank"&gt;https://www.servicenow.com/community/servicenow-ai-platform-articles/cloning-best-practices-data-anonymization/ta-p/2327833&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/instance-help-forum/remove-personally-identifiable-information-during-system-clone/m-p/312879" target="_blank"&gt;https://www.servicenow.com/community/instance-help-forum/remove-personally-identifiable-information-during-system-clone/m-p/312879&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/docs/bundle/yokohama-platform-security/page/administer/security/concept/dp-clone.html" target="_blank"&gt;https://www.servicenow.com/docs/bundle/yokohama-platform-security/page/administer/security/concept/dp-clone.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 13:50:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380734#M1228188</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2025-09-15T13:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude some filtered data during cloning</title>
      <link>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380904#M1228221</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/161384"&gt;@Khanna Ji&lt;/a&gt;&amp;nbsp;then maybe skip the whole table and export only particular records - via XML for example.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 15:26:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380904#M1228221</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-09-15T15:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude some filtered data during cloning</title>
      <link>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380952#M1228229</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/161384"&gt;@Khanna Ji&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That could be a good option—filter records where the custom field is set to false, export the XML, and then import it into the lower instance.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 15:58:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/exclude-some-filtered-data-during-cloning/m-p/3380952#M1228229</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2025-09-15T15:58:16Z</dc:date>
    </item>
  </channel>
</rss>

