Without CI how can i run the conflict checker on change?

raghavender9291
Tera Contributor

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

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @raghavender9291 

 

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. 

 

 

LearnNGrowAtul_0-1707495409652.png

 

 

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]

****************************************************************************************************************

@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

raghavender9291_0-1707716149561.png

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

 

Hi @raghavender9291 

 

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]

****************************************************************************************************************

designitsecure
Tera Expert

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.

 

designitsecure_0-1711565846048.png