Is there a way to export skipped records in Upgrade Monitor to excel?

sterrell24
Mega Expert

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?

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

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.)


View solution in original post

8 REPLIES 8

Chuck Tomasi
Tera Patron

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.)


That's what I needed. Thanks for the info.


perkinsarm
Mega Guru

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.

find_real_file.png


Here is the filter query:

disposition=4^changed=true^upgrade_history=a4d82400db1213003e42f6531f961980^NQdisposition=9^upgrade_history=a4d82400db1213003e42f6531f961980

Perfect--thank you for sharing!