What are best practices to move rest messages & application registry records to higher instance??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2025 10:46 PM
- End points, authentication details will vary from instance to instance how to move them from once instance to another instance?
- Do I need to create manually in each instance? or need to move them through update set there I should edit them individually?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2025 12:25 AM
You can move them through update sets and then adjust them once you are on the higher instance. Never change them on the source instance and push them from there, because if you forget to change them back, you are talking to a production instance from a non production instance and that can cause weird things.
Also, something that is very often forgotten, make sure that your clone profiles are excluding and preserving your non prod end points and authentication details, otherwise you run the chance that it's forgotten and you need to recreate everything after a clone.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2025 12:45 AM
Rest messages are captured in update set but you need to have manual activity to update the endpoint in next instance.
For authentication details, if you are using connections, credentials then those are not captured in update set, so create them manually in next instance.
I agree with point shared by @Mark Manders
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
‎04-02-2025 01:43 AM
Thanks for response.
What about Application registry records and OAuth profile I can create here and captures here need to do modifications in higher instance??