Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Emergency change requests

gianluca5
Giga Contributor

ITSM SIMULATOR, HELP!!

 

As a change manager, I want an emergency change to be able to be created only from P1 or P2 incidents.

 

1. Edit the Change Interceptor to disable the ability to raise an Emergency change through that method

 

2. The "Create Emergency Change" UI action should be modified to only be visible on P1/P2 incidents

5 REPLIES 5

Ravindra N
Tera Contributor

Hi,
 1. Edit the Change Landing Page to disable the ability to raise an Emergency change through that method.
 Navigate to Change > Change Models.
  a) open  Emergency from the list
 

RavindraN_0-1763393159003.png

  b) uncheck the 'Available In Create New '

RavindraN_1-1763393224747.png

  c) save 

2. The Create Emergency Change UI action should be modified to only be visible on P1/P2 incidents
       open 
 "Create Emergency Change" in  UI action related to the incident table and write script in condition              field as,

           (current.priority==1 || current.priority==2)

Please Mark as 

RavindraN_2-1763393568173.png

 

 ✔️if this solves your issue and also mark ???? Helpful if it helps resolve your problem.

Thanks,

Ravindra