- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2017 06:18 AM
When we go to Upgrade Monitor then click the link to review skipped records, the normal list export option on the list is not available. Is there a way to export all of the records to excel?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2017 06:23 AM
Hi Jeromy,
The answer is 'yes', you can export this because it's in a table. The table you are looking for is sys_upgrade_history_log. Type sys_upgrade_history_log.list in the application menu filter and you can get an entire list of all records that you can then filter to your choosing (e.g. for the latest upgrade.)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2017 06:23 AM
Hi Jeromy,
The answer is 'yes', you can export this because it's in a table. The table you are looking for is sys_upgrade_history_log. Type sys_upgrade_history_log.list in the application menu filter and you can get an entire list of all records that you can then filter to your choosing (e.g. for the latest upgrade.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2017 06:27 AM
That's what I needed. Thanks for the info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2018 10:49 AM
We needed to do this today. It took awhile to get the table filter to match the same records that appear in the Upgrade Monitor list as that list doesn't expose the criteria.
The following criteria matched our list. You would need to change Upgrade History to match your upgraded instance. Hope this helps someone.
Here is the filter query:
disposition=4^changed=true^upgrade_history=a4d82400db1213003e42f6531f961980^NQdisposition=9^upgrade_history=a4d82400db1213003e42f6531f961980

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2019 05:46 AM
Perfect--thank you for sharing!