How to create a Change Request as Unauthorized ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2025 08:44 PM
In my instance, I need to trigger a notification when an unauthorized change request is created. However, I don't see an "Unauthorized" field in the Change Request form (Emergency or Normal types exist).
- How can I create an unauthorized change request?
- Is there a standard way ServiceNow handles unauthorized changes?
- Do I need to create a new field or is it determined automatically?
Provide some references.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2025 01:04 AM
The requirement is changed:
The unauthorized change is detected when the change request state is approved but its implementation state is passed. Then a notification should trigger to the Change manager and the CAB members. So, When to send and Who will receive. Can you give me the correct conditions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2025 01:14 AM
Hi @akhilaanil
There seems to be some confusion. When a change is fully approved, it moves to the 'Scheduled' state. Once a user begins working on the change, they update the state to 'Implement.' In this case, the condition is:
- Change state = Scheduled
- Actual start date > Planned end date
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
‎02-13-2025 01:41 AM
Is this correct? Any modifications required?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2025 01:44 AM
But it will trigger for all changes where plan end date is before today, it will not tell change is unauth.
Try this condition on change list view and see are you getting unauth. changes as you defined.
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
‎02-13-2025 04:48 AM
These are the change requests according to the condition, but no email is triggering.