<?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 to find amount of customisation on a ServiceNow sub prod instance ? in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008659#M1135456</link>
    <description>&lt;P&gt;can I create a pie chart type report on categorisation on how much&amp;nbsp; is custom scripts, custom tables, scheduled jobs etc&lt;/P&gt;</description>
    <pubDate>Sun, 04 Aug 2024 14:40:53 GMT</pubDate>
    <dc:creator>Snehal13</dc:creator>
    <dc:date>2024-08-04T14:40:53Z</dc:date>
    <item>
      <title>How to find amount of customisation on a ServiceNow sub prod instance ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008339#M1135357</link>
      <description>&lt;P&gt;- How to find amount of customisation on a ServiceNow sub prod instance ? Like while loading forms, or saving records etc. Not want to check every table and see the scripts on them, any better way to drill them at a instance level ?&lt;/P&gt;&lt;P&gt;- How to get the total consumption of worker nodes as per the running transactions on the instance ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The objective is to infer amount of load on memory and workers due to long running jobs/transaction/queries etc ?&lt;/P&gt;&lt;P&gt;When checking slow queries, long running transactions, it does not provide details on the amount of memory they consume and how much they make other jobs wait.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Aug 2024 16:17:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008339#M1135357</guid>
      <dc:creator>Snehal13</dc:creator>
      <dc:date>2024-08-03T16:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to find amount of customisation on a ServiceNow sub prod instance ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008351#M1135358</link>
      <description>&lt;P&gt;Try using 'stats.do' in the instance URL. Lots of related info there for the application node.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For customizations, look at the update sets in the instance.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Aug 2024 16:41:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008351#M1135358</guid>
      <dc:creator>Bert_c1</dc:creator>
      <dc:date>2024-08-03T16:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to find amount of customisation on a ServiceNow sub prod instance ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008353#M1135359</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this question earlier today where I answered a similar question on customization:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/now-platform-forum/how-to-trace-customizations-in-servicenow/m-p/3008259" target="_blank" rel="noopener"&gt;https://www.servicenow.com/community/now-platform-forum/how-to-trace-customizations-in-servicenow/m-p/3008259&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Aug 2024 16:43:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008353#M1135359</guid>
      <dc:creator>Mark Roethof</dc:creator>
      <dc:date>2024-08-03T16:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find amount of customisation on a ServiceNow sub prod instance ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008500#M1135396</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/328458"&gt;@Snehal13&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may use Update Version (sys_update_version) table for your analysis. It persists any change to existing object (table, field, script..etc) and new objects too.&lt;/P&gt;&lt;P&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="Sumanth16_0-1722751059326.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/376776i08E5156C580E1DF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sumanth16_0-1722751059326.png" alt="Sumanth16_0-1722751059326.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For any existing object, it would have more than one record if it was customized.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New records many have only one entry too. But you may find out the new ones by checking the creation date and any reference between parent object (for example new field added in incident table).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Mark the answer as correct/helpful based on impact.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sumanth Meda&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2024 05:57:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008500#M1135396</guid>
      <dc:creator>Sumanth16</dc:creator>
      <dc:date>2024-08-04T05:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to find amount of customisation on a ServiceNow sub prod instance ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008657#M1135454</link>
      <description>&lt;P&gt;So can I create a report on categorisation of how much % is custom - scripts, custom tables, scheduled jobs, etc&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2024 14:39:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008657#M1135454</guid>
      <dc:creator>Snehal13</dc:creator>
      <dc:date>2024-08-04T14:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to find amount of customisation on a ServiceNow sub prod instance ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008658#M1135455</link>
      <description>&lt;P&gt;Sure, why not?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2024 14:40:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008658#M1135455</guid>
      <dc:creator>Mark Roethof</dc:creator>
      <dc:date>2024-08-04T14:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to find amount of customisation on a ServiceNow sub prod instance ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008659#M1135456</link>
      <description>&lt;P&gt;can I create a pie chart type report on categorisation on how much&amp;nbsp; is custom scripts, custom tables, scheduled jobs etc&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2024 14:40:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008659#M1135456</guid>
      <dc:creator>Snehal13</dc:creator>
      <dc:date>2024-08-04T14:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to find amount of customisation on a ServiceNow sub prod instance ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008661#M1135458</link>
      <description>&lt;P&gt;Great! Which table to report on ? My purpose is to take this report to management and show the amount of customisation done without any regard to OOB&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2024 14:43:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008661#M1135458</guid>
      <dc:creator>Snehal13</dc:creator>
      <dc:date>2024-08-04T14:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to find amount of customisation on a ServiceNow sub prod instance ?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008669#M1135460</link>
      <description>&lt;P&gt;The tables are literally mentioned in the solution I shared.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Aug 2024 15:07:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-to-find-amount-of-customisation-on-a-servicenow-sub-prod/m-p/3008669#M1135460</guid>
      <dc:creator>Mark Roethof</dc:creator>
      <dc:date>2024-08-04T15:07:20Z</dc:date>
    </item>
  </channel>
</rss>

