Duplicated record version with state "history" when publish application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2024 08:08 AM
Hello Folks,
When I installed a new version of an application in another dev instance, an existing item that should have been updated was not. A new version of this updated item was created, but it was not installed and its version remained in the status of "history". Does anyone know why this happened?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2024 05:42 PM
My guess is that specific record was updated locally on that instance prior to the upgrade. I believe you can look at the Upgrade history for the app if available. Also look in sys_update_xml for the record, maybe 'replace_on_upgrade' is set to false. Versions are in the sys_update_version table. Where you can open a record there and select 'Revert to this version' link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2024 06:58 PM
Hi @Gilberto
|
Mark it Helpful and Accept Solution!! If this helps you to understand.