How to stop the change request to proceed further if there is any blackout conflict?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2017 10:09 PM
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..
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2017 03:24 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2017 06:30 PM
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.