What to do when something works in DEV & in QAS but not in PRD ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2024 11:43 AM
There has been a couple of problem where the DEV and QAS are same but apparently the PRD is different in our project.
Ex: CSM workspace has an additional section which is not in DEV and in QAS.
One of the forms choice list, the form is getting save on selecting None but in PRD only it is throwing an error (Nothing selected), the field is mandatory.
So, How do Operates figure out when this happens, when something is not working in PRD but is working in DEV & in QAS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2024 07:46 PM
Did you clone prod over your subproduction? Usually if you have a recent clone then the production issue should be replicated into your subprods. There could also be a possibility that someone made a direct change in production bypassing subprods or applying an update set in wrong order. Check the history of any configuration that has been updated and cross reference the dates between subprods and production
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2024 08:53 AM
Hi @MohammedAsK ,
Remember to clone PROD to sub-prods every month / every quarter to ensure alignment between instances. This is the only solution.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2024 09:24 AM
@MohammedAsK Usually, such deviations are recored on sys_update_version table. Please compare the versions of workspace view on Dev/QA and Prod and see when the additional section was added on prod and by whom. Usually, changes are logged for those artefacts where the update_synch attribute is set to true to track the customisation.
Hope this helps.