How to stop the change request to proceed further if there is any blackout conflict?

swathi52
Tera Expert

I have a requirement in my project,

I need to stop the change request to proceed further,If any blackout conflict exists.

Please suggest .Thank you..

6 REPLIES 6

Another thing to consider is to use a client script that runs on change of the planned start/end date or configuration item. In the client script, call ChangeCheckConflicts.check()   not too sure if this works or on the proper syntax.


Yes, I agree with Darius. I would suggest to have a onSubmit client script to check if the submit to be allowed. This will give a good user experience than accepting certain values and not changing it at server side.



Thanks


Antin


PS: Hope this helps. Mark the answer as correct/helpful based on impact.