Clone excludes /preserves
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 06:16 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 09:07 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 09:14 PM
Thank you!