- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2022 06:21 AM
When change is P3 and P4 and Current system time is passed the planned start date, It should not allow to move from schedule to implement state.
How can we implement this can anyone help me with this?
@Change management
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2022 06:57 AM - edited 10-07-2022 06:58 AM
Here's the logic for a business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2022 06:37 AM
Assuming you are using Change Models, you can modify the Model State Transition
instanceName.service-now.com/nav_to.do?uri=sttrm_state_transition.do?sys_id=28101081c343101035ae3f52c1d3ae2f
Otherwise create a Business Rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2022 06:47 AM
it is not regarding state to state transition but instead we have condition like When change is P3 and P4 and Current system time is passed the planned start date, It should not allow to move from schedule to implement state.
I have less knowledge in scripting can you please help me with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2022 06:52 AM
Schedule to Implement is exactly a state to state transition. Can you confirm if you are using change models or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2022 06:57 AM - edited 10-07-2022 06:58 AM