- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-20-2024 05:19 AM - edited ā06-20-2024 07:51 AM
Hello,
I had archived few incident but then restored it.
Now I want to archive them again. Even though the Conditions are martching, its not Archiving those records which were archived in the past.
Basically, the Archive job is not picking the records once you have restored them. Any reason for this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-20-2024 05:28 AM
Hi @Suggy,
please check below link:
https://www.servicenow.com/community/developer-forum/how-to-rearchive-restored-records/m-p/1437509
Thank you, please make helpful if you accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-20-2024 08:01 AM
Hi,
Once you restore a record, the archive job will not pick it back again. that is the expected Behavior.
You can archive them manually or run a script to do so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-20-2024 05:28 AM
Hi @Suggy,
please check below link:
https://www.servicenow.com/community/developer-forum/how-to-rearchive-restored-records/m-p/1437509
Thank you, please make helpful if you accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-20-2024 07:52 AM
I see that one way to reachive the restored records is by checking the 'Auto reachive' check box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-20-2024 08:01 AM
Hi,
Once you restore a record, the archive job will not pick it back again. that is the expected Behavior.
You can archive them manually or run a script to do so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-20-2024 07:45 PM
@Anurag Tripathi Understood, but what is the reason behind that. Are you aware?