How to know the percentage of Customization done to a ServiceNow Instance (In terms of Scripts or any other customizations apart from Out of Box functionalities )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 10:02 AM
I had a requirement that i should know the amount of customization done to the Core tables i.e, Out of box tables and also any new customization developped as a part of requirement. How can i achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2017 01:21 PM
Hi Chaitanya,
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.
For any existing object, it would have more than one record if it was customized.
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).
Hope this helps. Mark the answer as correct/helpful based on impact.
Thanks
Antin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2025 08:27 AM
it is very difficult , but you can achive in many ways identify variables and tables wise , how much customization you have done , if created by is not system vs created by is system will give you the percentage ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2025 05:06 PM
We use to have Health scan report from servicenow, which use to tell what all we customized and how much % customization done. This report tell you how far your instance deviate from OOB..
You can Raise HI ticket to get this report.
Regards,
Prasanna