How can I copy my changes to a catalog item to another ServiceNow instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 09:25 AM
We have a prod, test, and dev environment in our system. We would like to allow small changes to be made in prod and create a way for those changes to copy down to the other 'lower' environments. We'd need the sysID to match the versions that are modified in the other environments. I've looked into using an API but have been facing issues with some fields not updating. Thanks for the help.
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 09:44 AM
Hello,
Making changes directly on Prod is not a good practice not really sure about why you are going this path.
However, Why not use a update set for this which is the best practice?
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 10:54 AM
We don't allow for major changes in prod but some such as rewording a variable or changing ownership we do but we'd like those changes to be reflected in our test environments with a UI action of some sort. Thanks in advance for any suggestions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 10:59 AM
I see this seems tricky as how would you know what record got updated.
Below is an Ui action which exports the complete catalog item in one go. Maybe you can check and modify accordingly:-
Also if it is a small change maybe just exporting and importing the xml will do the trick
Please mark my answer as correct based on Impact.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 10:56 AM
Hello,
Saurav has already mentioned but just want to reiterate that it is seriously not recommended to make changes directly in production as this may impact other development work which takes place in lower environment hence I insist you not go with this path.
Regards,
Musab