How to revert, review, or switch a record version using sys_update_version<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } This article explains how to use the sys_update_version table (Version records) to perform the following tasks: Revert customizations to base system defaults.Revert a record to a previous version.Return to a chosen version after installing a scoped app when skipped records are missing.Compare record versions.Revert to a version within the same scope to resolve skipped updates. Note: This is only effective if performed soon after the upgrade. For more information about the sys_update_version table, see Version records. Log in to your instance and go to sys_update_version.list.Filter the list by Name contains <sys_id of the record you want>.To compare versions, right-click any record and select Compare to Current. This opens the record in the Diff Tool. If you are in the same scope as the record, options such as Revert to this version and Save Merge appear.To revert to a specific version, right-click any record other than the current version record and select Revert to this version. You must be in the same scope as the record to use this option.