Not able to Create change requestIssue Create new shows empty pageNew button does not show any interceptors.CauseThere is a change in the way the create now works in Rome. This how the "Create New" module under Change works: The below record contains where it has to redirect to when new change is clicked. In Rome it is calling a processorhttps://<instancename>.service-now.com/sys_wizard_list.do?sysparm_query=nameLIKEchange&sysparm_first_row=1&sysparm_view=You click on 'Create New' module which has the Argument 'new_change_redirect.do' included in itThis initiates the Processor NewChangeRedirectProcessorhttps://<instancename>.service-now.com/sys_processor.do?sys_id=0af16f2d5363101034d1ddeeff7b12b6&sysparm_record_target=sys_processor&sysparm_record_row=1&sysparm_record_rows=1&sysparm_record_list=nameSTARTSWITHnewcha%5EORDERBYnameThis processor decides which URL to redirect and what Interceptor should be loaded.In OOB, we get 2 Interceptors which are encoded in the above processor.https://<instancename>.service-now.com/sys_wizard_list.do?sysparm_query=nameLIKEchange&sysparm_first_row=1&sysparm_view=If the above records based on the sys_ids mentioned on the processor is not present, the page does not loads and failsIn your previous version instance if you do not use interceptor page and would want to directly get the change_request.do page when update the same in the module record.ResolutionTo resolve this, update the module link below to change_request.do or same as what is there in your previous version, that is to link type table and arguments as change_request table.