- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2023 06:11 PM
Hi all!
I have created a domain record. I noticed that my record was not captured in the update set. Is this the expected behavior? Is there a work-around in capturing the domain configurations to update sets?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2023 10:10 PM
Turns out that this is the expected behavior in ServiceNow.
Domain records are not captured in Update Sets. They need to be exported and imported as XML from dev instance to production instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2023 08:10 PM
hi
In ServiceNow, domain configurations and records are not automatically captured in update sets by default.
However, you can manually add domain records to an update set if you want to include them in a migration or deployment process. Here's how you can do it:
Create or Open an Update Set:
- Navigate to the "Update Sets" module in the application navigator.
- Create a new update set or open an existing one.
Add Domain Records to the Update Set:
- In the "Update Set" record, scroll down to the "Related Links" section.
- Click on "Add to Set" under "Domain Records."
- Choose the specific domain configuration or record you want to include.
Preview and Commit the Update Set:
- After adding the domain records, preview the update set to review the changes.
- If everything looks correct, commit the update set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2023 09:00 PM - edited ‎12-10-2023 09:05 PM
These are what's under the Related Links of the Update Set.
The "Add to Set" link is not available on Domain records. Where can I find the "Add to Set" link?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2023 09:08 PM
Hi if you want to move record from one instance to other you can move through export xml and import xml
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2023 10:10 PM
Turns out that this is the expected behavior in ServiceNow.
Domain records are not captured in Update Sets. They need to be exported and imported as XML from dev instance to production instance.