Skip to content

Commit 9fc57f0

Browse files
authored
Create README.md
1 parent 781f554 commit 9fc57f0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • Server-Side Components/Script Includes/Enforce SLA Rules on Change Requests with Scheduled Job Trigger
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
If a Change Request hasn't been moved to "Assess" state within 48 hours of submission,
2+
automatically send a reminder and log escalation task.
3+
This is a hybrid of a Business Rule + Scheduled Job (or Flow).
4+
This code sets up an automated escalation process for change requests in ServiceNow. When a new change request is created, it schedules a job to run after 48 hours using a `sys_trigger`.
5+
If the change is still in the "New" state at that time, the Script Include sends a notification event and creates an escalation task assigned to the Change Management group. This ensures timely review and prevents unattended change requests.

0 commit comments

Comments
 (0)