- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2022 12:05 AM
Want to ask if anyone has any good practice in place in terms of managing catalog items between prod and non-prod instances. For example our catalog admin may want to make minor updates to catalog items in production directly, e.g. owner change, description change, aligned category, etc. A developer later may work on the development of the same catalog item in non-prod, hence he/she needs to ensure working on the latest version by bringing down what was changed in production. Interested in knowing if others have similar needs and how you effectively manage the process. Thank you.
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2022 04:54 AM
Thank you Ankur for your quick response. Given these are minor catalog item changes, our catalog admin wants to get these done fairly quickly. Not sure if other organizations have similar ask and how people balance speed and the normal change promotion process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2022 07:28 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please close the thread by marking appropriate response as correct 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
‎11-24-2022 12:31 AM
Hi @Joanna15 ,
It is actually bad practice but if we need changes in hurry then we can make that. Again if it is small changes.
In that case you will have to capture all the changes that you made in Prod and transfer that in DEV/UAT/Test environment so that catalog items will be in sync.
We need to transfer the data between instances so that sys_id will be same in both the instance. Hope that answers your question.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2022 04:57 AM
Thank you Gunjan. I wonder if you all follow the change promotion process for minor catalog item changes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2022 05:41 AM
Hi @Joanna15
That is recommend way of doing the changes in servicenow. Even if it is minor we have to move the changes between instances otherwise we will acquire the habit of directly making changes on prod and it will disaster after some days if something went wrong.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2022 01:25 AM
As mentioned it's not good practice to make changes directly in production.
I would recommend capture the changes in dev and migrate those to test and then to prod to identify any issues before hand.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader