CMS Continue Shopping and Back to Catalog buttons result in errorIssue <!-- 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:; } --> CMS Continue Shopping and Back to Catalog buttons result in error ProblemAfter upgrading to Eureka and later versions, if you use CMS and Service Catalog the Continue Shopping and Back to Catalog buttons can result in a Page not found broken link error and the following error: Cause Eureka introduced new functionality that included support for multiple Service Catalogs. As a result, it is now necessary to associate the CMS Site with the Service Catalog in order for the Continue Shopping and Continue to Homepage buttons to redirect the user correctly. The Using Catalog Site Records section of the product documentation explains the changes introduced in Eureka and how the Sites related list is used to specify the CMS Site to a service catalog record. Resolution Follow these steps to populate the fields necessary to support the redirection of the buttons within CMS. To display a list of service catalog records within the instance, navigate to Service Catalog > Catalog Definitions > Maintain Catalogs. Click on the service catalog record being used.From the Service Catalog [sc_catalog] record, click the Sites related tab. Note: In the base system, the default Employee Self Service (ESS) site is already associated to the base sytem Service Catalog record. Click the Edit button to display the slushbucket.Double click your custom site on the left to add it to the right and click Save:Now back on the Sites related list, double click on the field in the related list to populate the following for the Site record: CMS homepage: the url suffix of the content page that is the top of your catalogCMS search page: catalog_find_cmsCMS 'Continue Shopping' page: <the url suffix of the content page that you want users' redirected to...if nothing is specified, the default behavior is to redirect the user to the previous CMS page> Retest the steps and verify that the Page not found error no longer occurs and the user is redirected to the CMS content page as expected. <!-- 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:; } -->