- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2021 07:51 AM
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?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2021 09:12 AM
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");'.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2021 08:00 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2021 09:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2021 09:39 AM
My partner deactivated the "New" Button and used the old one in Prod to bypass the Interceptor.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2021 08:17 AM
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 ?