- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2025 09:08 AM
How to Handle Email Properties and sysevent Tables During a ServiceNow Clone?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2025 09:16 AM
1. Email properties are part of sys_properties, you can preserve that table in source instance.
2. sysevent can be excluded. in source instance.
Refer : https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0717012 for more details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2025 09:16 AM
1. Email properties are part of sys_properties, you can preserve that table in source instance.
2. sysevent can be excluded. in source instance.
Refer : https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0717012 for more details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2025 09:26 AM
Refer below knowledge article,
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0547597
You can use preserve and exclusions during cloning,
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0717012
Cloning does not overwrite the email settings of the target instance although it does disable email and would need to enable email.
You can use manual method or automated script to maintain post-clone changes.
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
08-26-2025 09:48 AM
Did you get a chance to review this ?
As per community guidelines, you can mark multiple answers as Accepted Solution. If my response helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan