Cab date Shouldn't be after planned start date.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2023 08:55 PM
Hi Folks,
I have created a scenario where Cab date Shouldn't be after planned start date in Change Request.
It is giving me Erros even when I am selecting dates before Planned start date.
Please share your thoughts,
Thanks in advance.
Client Script -
Script Include -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2023 09:37 PM
Thanks Let me try it ,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2023 09:52 PM
It is not working; I believe it is because we are running it on load load and here we are changing values.
thanks for response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2023 09:31 PM
@AbidSiddiqui Does the message box shown using line number 16 in the script include shows the correct start date and time for CAB dates? If it doesn't, I suspect it to be a date formatting issue. Date sent from client script is not compatible with the dates passed in GlideDateTime constructor on line number 13 and 14.