Can we Clone specific tables only? specifically Sys_user and sys_user_grmember table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
We are checking for the feasibility for cloning automation for sys_user and sys_user_grmember table. We also aim to exclude other user/accounts and to not clone deactivated users.
Any approach for this or is this feasible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
hi @Bhuvan ,
i think those exclude/preservers from system clone can work fine as to my requirement no?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Yes, you can use exclude and preservers as per your requirement. Refer below for more details,
ServiceNow has exclude blacklist during clone and even if you have selected excludes, system might still clone it. You can refer the details in FAQ link I shared.
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Did you get a chance to review this ?
If my response helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
you can use Clone Exclusion and Preserver
Understanding the Difference Between “Preserve” and “Exclude” Data in ServiceNow Cloning
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
@Cent ,
Please go through this artice it will be helpful -
Answer to your question :
Yes, you can clone only sys_user.
But be careful: references to roles, groups, and workflows may break if related tables aren’t cloned.
For selective active users only, scripted export/import is safer than table clone.
Hope it helps!
Shashank Jain