We want to turn off Interceptor for Change Requests

Allen12
Tera Guru

We would like to turn off Interceptor Form for the Change Request.  I tried turning off the Options, but then a blank page pops up.  How can I remove the page from being triggered?

find_real_file.png

1 ACCEPTED SOLUTION

Jared Wason
Tera Guru

I changed the Create New module link's argument from 'new_change_redirect.do' to 'change_request.do?sys_id=-1', same thing for the New ui action, updated the action.setRedirectUrl to 'action.setRedirectURL("change_request.do?sys_id=-1");'. 

View solution in original post

13 REPLIES 13

Mark Roethof
Tera Patron
Tera Patron

Hi there,

You could change the module? The module out-of-the-box Quebec goes to "new_change_redirect.do" (Rome "new_change_redirect.do?sn_new_chg_origin=module"). Change the type of the module to "New Record" for example. Obviously this might have consequences on the Flows/Workflows, etc..

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Any feedback?

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

My partner deactivated the "New" Button and used the old one in Prod to bypass the Interceptor.

Community Alums
Not applicable

You haven't updated to the current change model or? I haven't seen "Comprehensive" type of change for like 4 years at least. Apart from that - what exactly you need to achieve here? When creating new change not to be redirected to the interceptor ?