Without CI how can i run the conflict checker on change?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2024 10:20 PM
i have a requirement where the change is to get created with custom model type and for that change as it is used internally we don't have any CI's but need to check the conflict with existing change using the planned start and planned end date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2024 08:17 AM
Did you try in PDI? Is it conflict checking or not? You need to update the conflict check UI action code , but before that try to see if CI is not there , will conflict work. ( I assume yes)
You can check conflicts properties as well.
Bcz OOTB it tale all 3.
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
‎02-11-2024 09:38 PM
@Dr Atul G- LNG
if we Don't have any CI selected the automatic Conflict checking is not working , it is always checking for these three fields
Configuration item/Affected CIs, Planned start date and Planned end date are required to run conflict
The conflict checkers status button is not even getting enable without CI
I am looking to enable the checker without the CI's and run automatically based on the just planned start and end date changes for particular type of changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 05:12 AM
There is no other way, as per my knowledge. Log a Now Support case and see if SN provide some alternative.
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
‎03-27-2024 12:26 PM
This is an unconventional solution but will work. Go to the system property "change.conflict.mode" and add a new choice. I used "Custom=custom". Then set the value of the property to the new choice. Once you have updated this system property update your planned start date and end date and leave the CI empty. The conflict detection will run and inform you if there are any conflicts. One thing to note - this will not allow the use of the "Check Conflicts" button and it will always remain disabled now unless reverted back to "Basic" or "Advanced". If you need the button to work some additional customization is needed that I would not recommend unless absolutely necessary.