Rolling back background script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 02:16 AM
Hi all,
We did run one background script unfortunately it went to loop and started updating all Change requests, so in between we killed that job to stop impact.
Now rollback option not working .
Is there any way to restore the records to previous state.
Thanks
Roopa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 03:02 AM
It depends on what you changed by your script. And the filter on records.
For eg, if you changed the value of 1 field from A to B, then you can change it back to A, but if you changed the value from field form anything to A then you can capture the previous value of each record individually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 03:04 AM
f you changed the value from field form anything to A then you can capture the previous value of each record individually.
How to get previous state as its not captured in audit table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 03:12 AM
You cant do that , that is the issue.
Maybe on the history table but it will be a huge performance impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 03:37 AM
Hi @Roopa11 Navigate to All-> System Definition-> Deleted records open the record which wants store and refer this video it might be helpful.
https://youtu.be/TggdubaNNS0?si=PiTuqJyW9VSNiN2i
Mark this helpfull!! If it helps you to understand.