Identifying Portal Changes Via Skipped Records

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 01:25 AM
I have been asked to identify Portal Changes via skipped records. What is the best way of doing this or is there a better method. Is there a table that stores all skipped records?
Lisa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 02:41 AM
Hi @Lisa22
You can navigate to "System upgrades" from Left navigation and check for the upgrade you are looking for.
Once you have opened the upgrade, In the form you will be able to get all the information related to the upgrade including changes accepted as well as skipped.
Here you will need to look for changes specific to portals.
Please mark the answer helpful and correct if it helps the issue. Happy scripting 🙂
-Shantanu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 02:46 AM
Hi @Lisa22
You can see the details of skipped records in the Upgrade details <sys_upgrade_history_log> table. Use the URL below to get the skipped records of type 'Service portal'.
https://<INSTANCE-ID>.service-now.com/sys_upgrade_history_log_list.do?sysparm_query=type%3DService%20Portal&sysparm_view=
Regards,
Siva