Normal Change Planned start date

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2023 04:37 AM
For a Normal CHG, we want to update the logic so that the CHG cannot be planned to start before the next CAB meeting. CAB meetings are currently set to occur on Wednesdays. For example, if I were to create a new Normal CHG on Thursday 11/30/2023, the Planned Start Date must be Wednesday 12/6/2023 2:30 PM Pacific or later, since that is when the next CAB meeting will have ended. (I’m thinking you will need to write a client script on the CHG form to make this work.)
Please help me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2023 05:12 AM
Hi @Community Alums
To do this part
1st try a BR to auto populate the CAB Date in change for as soon as user submit the change. and keep this field read only.
After this , add validation if plan start date is less than CAB date then user will get error message.
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
‎12-18-2023 06:14 AM - edited ‎12-18-2023 06:14 AM
Hi @Community Alums, Can you try the before update business rule as below?
Script:
Regards,
Sunil