How to get all custom configurations of a SN product
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2023 10:01 AM
Hello guys
I want to get all custom configurations linked to the ITMS product, like for the incident table or problems and other. I can retrieve from a table give for example the incident script client but I can't find a way to retrieve at the same time.
I ask for your help and guidance
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2023 12:05 PM
Hi @Community Alums ,
I think you can request the health Scan from ServiceNow. It gives more information about the instance's health.
Please find the attached document. it might be helpful.
Additionally there is an OOTB report for the incident Table you can also go through that. The report Name is "Application Changes (Incident)".
Please refer to the below docs for more details: https://docs.servicenow.com/bundle/rome-application-development/page/build/system-update-sets/task/t_ReportOnUpdates.html
Mark Helpful if it helps in solving your query.
Regards,
Johns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2023 12:57 PM
Hi, extracting all custom configurations from an instance (even for 1 table) is not a simple task as there are so many separate objects than can be customized and even with raw data you still need to assess for context - for Incident you might also need to assess customizations to task as incident will directly inherit some task customization.
What is it exactly that you are trying to assess\evaluate?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2023 05:11 AM
Hello @Tony Chatfield1
I want to delete all custom configurations and return to the OOTB servicenow version of the ITSM application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2023 10:53 AM
Hi, doing this properly IE without impacting BAU operations or losing any data will require that you review\address each customization separately.
As @Johns Marokky suggested you could start with a health scan and work through the report.
