Service Catalog - Troubleshooting the error "ReferenceError: guideNext is not defined"Issue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Service Catalog - Troubleshooting the error "ReferenceError: guideNext is not defined" Problem In the Service Catalog Order Guide, the user receives the following error in the Google Chrome or Mozilla Firefox browser developer tools when they click the Next UI button: ReferenceError: guideNext is not defined This happens when an instance is upgraded from Eureka (or earlier) to Fuji or later releases. Symptoms The following symptoms are seen on the Service Catalog when replicating the issue: Order Guide not going to the Choose Options page after clicking NextOrder Guide showing the Next button instead of the Choose Options pageReferenceError: guideNext is not defined shown in the Developer Tools on Google Chrome and Mozilla Firefox Cause The cause of the issue is with the UI page com.glideapp.servicecatalog_cat_item_guide_view being modified in Eureka, or a previous release. When the instance is upgraded to Fuji, or later, release, this causes the code within the UI page above to be skipped during the upgrade to maintain the customization. However this causes the updated code to not be applied to the UI page and therefore causes the error to be thrown. Resolution Warning: The following change involves modifying the functionality of the Order Guide checkout process. Therefore as a caution, please ensure that the resolution is applied to a sub-production instance and ensure that testing is in progress before applying the change to a production instance. To provide resolution to the problem, the UI page com.glideapp.servicecatalog_cat_item_guide_view needs to be reverted to Base System. To do this, please perform the following step : On the ServiceNow instance, find the navigation filter, and select System UI > UI Pages Search for the UI page name com.glideapp.servicecatalog_cat_item_guide_viewOpen up the UI page com.glideapp.servicecatalog_cat_item_guide_viewEnsure that the Versions related list is shown. If not, right-click the header, select Configure > Related List, then select Versions and click Save.On the Versions Related List, click the record where the source contains the upgraded instance versionOn the Version record, select Related Links > Revert to this versionClick OK