Displaying an Order Guide from CMSIssue <!-- 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:; } --> Displaying an Order Guide from CMS Overview Order guides allow customers to make a single service catalog request that generates several items. This article provides an example of how an Order Guide can be added to an IFrame on a content page and launched from a CMS navigational menu. High-level explanation This solution includes steps to create a new content page within a CMS site, how to add a new IFrame block of content to that page, and specify the page from a navigational menu. This article assumes there is an existing Order Guide. However, if this is not the case, use the steps in the product documentation page named Create an Order Guide. The high level steps are: Create a new content page associated with a CMS site.Create a new IFrame associated to the new content page.Add any other content (for example, a header) to the new content page.Update the CMS navigational link to point to the new content page.Test the results. Steps to implement Create new content page associated with a CMS site Navigate to Content Management > Pages.Click New.Enter a unique Name for the page.As a best practice, prefix each page name with the name of the site followed by a dash and then the function of the page in the site. For example, ESS - Catalog Detail, ESS - Search Results, and ESS - Site Entry are all clear names for pages within the ESS site.Enter the URL suffix for the page.The suffix is incorporated into the URL as follows: http://instance.service-now.com/site/url_suffix.do.Select the Content site associated with the content page.If you created this page from the site's related list, this information is automatically provided. The content site also determines part of the page URL as follows: http://instance.service-now.com/site_suffix/page_suffix.do.For more information, see Creating a Content in the product documentation. Create new iFrame associated to the new content page (created in preceding section) Open the new content page.Scroll down to Related Links and click Edit Page.In the upper right, click the Add content link.Within the Sections window, select Content Blocks > *New IFrame.Click Add here to specify where the IFrame should be added.Close the Sections window.Click the Click here link to display a new IFrame record.Configure the IFrame by entering values. The following was used for this example: Name: order_guide_iframeFrame Name: gsft_mainSizing: Expand to Fit contentURL: com.glideapp.servicecatalog_cat_item_guide_view.do?v=1&sysparm_initial=true&sysparm_guide=cbc54e8c4fc9020096d31fb5f110c7d9&sysparm_link_parent=e4bf58092b97b4002fce294119da15de&sysparm_catalog=e0d08b13c3330100c8b837659bba8fb4&sysparm_catalog_view=catalog_default where:-sysparm_guide is the sys_id of the Order Guide [sc_cat_item_guide] record-sysparm_link_parent is the sys_id of the Category [sc_category] specified within the Order Guide-sysparm_catalog is the sys_id of the Service Catalog [sc_catalog] Order Guide is associated to For more information, see iFrames in the product documentation. Add any other content (for example, a header) to the new content page Navigate to Content Management > Pages.Select the content page created earlier.Scroll down to Related Links.Select Edit Page.Select Add content link.Within the Sections window, select the additional content blocks to add.For example, Content Blocks > Portal - Header.Click Add here to specify where it should be added. Update CMS navigational link to point to new content page Navigate to Content Management > Sites.Select a site.For example, Employee Self-Service.Click on the Homepage (for example, Portal) to open that record.Scroll down to Related Links and click Edit Page.On the Portal Menu block, click the pencil icon to edit that navigational menu.Scroll down to the Menu Sections related list (for example, Order Things).Scroll down to the Menu Items related list.Select New.Populate the record: Name: Enter a unique name for the menu item.Menu Section: Select the menu section in which this item will appear.Detail page: Select the content page (created earlier) to open when a user clicks the name or icon. This field is available only if Redirect To is set to A content page. For more information, see Creating Menu Items in the product documentation. Test the results Launch the CMS site (for example, http://instance.service-now.com/site/url_suffix.do). The Order Guide displays on the homepage:Selecting the Order Guide link displays the new page and content.