<?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 How to find a field which is inherited on hundreds of tables in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/how-to-find-a-field-which-is-inherited-on-hundreds-of-tables/m-p/3467464#M552949</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one filed which was inherited on 400+ tables, so now instead of hard code deactivating on all tables I need to find this field parent table so if I deactivated there than it takes down on all 400+ tables please tell me the best approach.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jan 2026 04:15:58 GMT</pubDate>
    <dc:creator>LeelanathRP</dc:creator>
    <dc:date>2026-01-15T04:15:58Z</dc:date>
    <item>
      <title>How to find a field which is inherited on hundreds of tables</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-find-a-field-which-is-inherited-on-hundreds-of-tables/m-p/3467464#M552949</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one filed which was inherited on 400+ tables, so now instead of hard code deactivating on all tables I need to find this field parent table so if I deactivated there than it takes down on all 400+ tables please tell me the best approach.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2026 04:15:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-find-a-field-which-is-inherited-on-hundreds-of-tables/m-p/3467464#M552949</guid>
      <dc:creator>LeelanathRP</dc:creator>
      <dc:date>2026-01-15T04:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a field which is inherited on hundreds of tables</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-find-a-field-which-is-inherited-on-hundreds-of-tables/m-p/3468413#M553065</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/709506"&gt;@LeelanathRP&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Open any form (one of the 400+ tables) where you can see the field.&lt;BR /&gt;Right-click on the field label.&lt;BR /&gt;Select Configure Dictionary.ServiceNow will take you directly to the sys_dictionary record.&lt;BR /&gt;Look at the Table field on this record.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;SPAN&gt; If you are on the &lt;/SPAN&gt;&lt;SPAN&gt;incident&lt;/SPAN&gt;&lt;SPAN&gt; form but the field lives on &lt;/SPAN&gt;&lt;SPAN&gt;task&lt;/SPAN&gt;&lt;SPAN&gt;, this record will show &lt;/SPAN&gt;&lt;SPAN&gt;Table: Task&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Uncheck the &lt;/SPAN&gt;&lt;SPAN&gt;Active&lt;/SPAN&gt;&lt;SPAN&gt; box and click &lt;/SPAN&gt;&lt;SPAN&gt;Update&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Result:&lt;/SPAN&gt;&lt;SPAN&gt; This deactivates the field on the parent and &lt;/SPAN&gt;&lt;SPAN&gt;all&lt;/SPAN&gt;&lt;SPAN&gt; 400+ child tables instantly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Happy to help!&amp;nbsp;‌‌&lt;BR /&gt;To help others in the community find this solution, kindly mark this response as the Correct Answer ‌‌ and Helpful‌‌.&lt;BR /&gt;&lt;STRONG&gt;Warm Regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Deepak Sharma&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Community Rising Star 2025&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 06:10:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-find-a-field-which-is-inherited-on-hundreds-of-tables/m-p/3468413#M553065</guid>
      <dc:creator>Deepak Shaerma</dc:creator>
      <dc:date>2026-01-16T06:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a field which is inherited on hundreds of tables</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-find-a-field-which-is-inherited-on-hundreds-of-tables/m-p/3468421#M553067</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/709506"&gt;@LeelanathRP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Simply search that field on your main parent table and then deactivate&lt;/P&gt;
&lt;P&gt;It will be then be gone from all child forms, lists etc&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 06:33:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-find-a-field-which-is-inherited-on-hundreds-of-tables/m-p/3468421#M553067</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2026-01-16T06:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a field which is inherited on hundreds of tables</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-find-a-field-which-is-inherited-on-hundreds-of-tables/m-p/3468434#M553069</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/435716"&gt;@Deepak Shaerma&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response on my query but I have tried it when I select the field and right click on it is not showing the parent table it is showing the same table( Here in my case I am looking CMDB child tables so all child tables are inheritable from CMDB_CI only right but no fields are there in CMDB_CI . so, for all 400 tables no one will create them manually on all 400 tables and it's not inherited here is my biggest doubt.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 06:50:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-find-a-field-which-is-inherited-on-hundreds-of-tables/m-p/3468434#M553069</guid>
      <dc:creator>LeelanathRP</dc:creator>
      <dc:date>2026-01-16T06:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a field which is inherited on hundreds of tables</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-find-a-field-which-is-inherited-on-hundreds-of-tables/m-p/3468439#M553071</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response on my query but I have tried it when I select the field and right click on it is not showing the parent table it is showing the same table( Here in my case I am looking CMDB child tables so all child tables are inheritable from CMDB_CI only right but no fields are there in CMDB_CI . so, for all 400 tables(CMDB_CI_HARDWARE, Computer etc) no one will create them manually on all 400 tables and it's not inherited here is my biggest doubt.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 06:52:23 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-find-a-field-which-is-inherited-on-hundreds-of-tables/m-p/3468439#M553071</guid>
      <dc:creator>LeelanathRP</dc:creator>
      <dc:date>2026-01-16T06:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to find a field which is inherited on hundreds of tables</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-to-find-a-field-which-is-inherited-on-hundreds-of-tables/m-p/3468501#M553076</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/709506"&gt;@LeelanathRP&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Simply deactivate the field on the PARENT table’s Dictionary entry.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 08:35:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-to-find-a-field-which-is-inherited-on-hundreds-of-tables/m-p/3468501#M553076</guid>
      <dc:creator>ShanmugaJ</dc:creator>
      <dc:date>2026-01-16T08:35:28Z</dc:date>
    </item>
  </channel>
</rss>

