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

Aaron Munoz
Tera Guru

Keep in mind that in Quebec the link for "Change > Create New" is updated to new_change_redirect.do which itself redirects to sn_chg_model_ui_landing.do

This helped a lot, thank you!

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");'.