how to create a data preserver to keep every record in the target table

Efra Pruneda
Mega Guru

I need to set up data preservers to keep all the records for a given table in the target instance. Do I simply create a data preserver without a condition?

also, because I don't want any records from the source instance. I need to create an exclude table entry for the same table.

 

for example, I want to keep all the records in the pm_project table in the target instance. here is what I think I need to do:

1. create an exclude table entry for pm_project - this will prevent new records from the source instance

2. create a data preserver for pm_project with a blank condition - will this keep every record in the target table?

 

can someone give me your thoughts? I really appreciate any help you can provide.

 

Efra

1 ACCEPTED SOLUTION

Saurav11
Kilo Patron
Kilo Patron

Hello,

 

Please find below a HI article which explains this in detail:-

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0717012

 

Please mark my answer as correct based on Impact.

View solution in original post

4 REPLIES 4

Saurav11
Kilo Patron
Kilo Patron

Hello,

 

Please find below a HI article which explains this in detail:-

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0717012

 

Please mark my answer as correct based on Impact.

thank you Saurav, this is exactly what I was looking for!

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

You are correct regarding the data preserver and exclude tables. What you are describing should be good.

 

Question though for yourself to think about... is there also related data that should be preserved? pm_project might have references to other data. 

 

Kind regards,
Mark

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

thank you for your reply Mark, you are correct, we should create more data preservers to cascade preserving data to other tables in the target instance. pm_project will have references to other tables and these tables in turn to others.