Creating a new conflict status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 02:06 PM
Dear Experts,
We are creating a new conflict state in the conflict table stating " In the Maintenance Window*. Not sure whether someone has tried to create this as a custom state OR as a conflict entry... I tried creating a property and putting this the change conflict category but could not find much as a resource from other conflict states which can be used as a reference to create the new state.
Any help is appreciated-
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 10:52 PM
Hi @Nilanjan1
I'm not entirely sure about your exact use case, but from a process perspective:
- A conflict is a conflict—whether it's with another change, outside the Blackout Window (BW), or within the Maintenance Window (MW).
- If a change conflicts with another change and falls within the MW, how will the system determine which status to display?
- Additionally, this process isn't straightforward, as background scripts run to validate these scenarios.
- Each time the change form loads, the conflict check runs, adding another validation layer. Considering this, I suggest revisiting this request.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2025 11:52 PM
We were looking to create a new "conflict type" by adding a new choice to the "type" field on the conflict table.
The way we ended up implementing this was to modify the script include "ChangeCheckConflicts" and to override the "check" function.
in the called module, we check for the impact scenario, check that an existing conflict isn't present of the same type etc and if not, create the conflict there. There's not much info available in this space and the conflict code is extensive and not easy to wrap your head around.
If anyone has potential improvements to this approach...keen to hear.