Clone excludes /preserves

CV1
Tera Contributor

Hello All,

How to get list of tables preserved/excluded for cloning
specially for integrations related - credentials, endpoints, settings etc so that dev /uat does not have production endpoints or credentials.

 

TIA

6 REPLIES 6

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

I guess you are after the tables and records involved with the integrations, and not just the Clone data exclude or Clone date preserve tables.

 

What is involved with your integrations? Could be anything, from credential records to system properties to hardcoded stuff in business rules. You need to track that back manually. For example just opening on of the integrations, investigating what should be instance specific and what not, for what is write down the table name + sys_id or something so you can use that later for creating clone exclude/preserve. Or perhaps your integration was setup and everything is in an update set? Then you could check in there, makes your search perhaps shorter.

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

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

LinkedIn

CV1
Tera Contributor

Thank you!