- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 07:12 AM
I accidentally deleted a column (u_ticket_classification) in the Incident table, Is there anyway, that column can be restored without losing everything (rows of records) ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 10:09 AM
sys_metadata_delete is the table you need to consider to restore deleted column. Delete records are placeholder for 'deleted records' whereas sys_metadata_delete is placeholder
I had done that once in past, and along with column, it stored column value as well .
Again, i would suggest to experiment this in sub prod before performing on PROD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 07:58 AM
Hi Thomas,
You can get the column back by navigating to 'Deleted Records' but i guess data is gone, you wont get that data back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 08:40 AM
Thank you, Anurag. I navigated to system Definition --> Deleted Records and I couldn't find u_ticket_classification ?
Is there anywhere else I might find it?
In the deleted records, I can see "report stats executions" and "report executions" listed under table name column for today. If I group it by table, and looked under incident table, that column u_ticket_classification is still not there.
Any idea ?
Thank you for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 08:56 AM
I just tried the same in my personal instace too. Even though 'Audit' is turned on i am still not finding the dictionary i deleted in deleted records, this is weird.
Ill do some more research on this and come back if i finds something useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 10:09 AM
sys_metadata_delete is the table you need to consider to restore deleted column. Delete records are placeholder for 'deleted records' whereas sys_metadata_delete is placeholder
I had done that once in past, and along with column, it stored column value as well .
Again, i would suggest to experiment this in sub prod before performing on PROD