How to create a global copy of a HomepageIssue <!-- 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 { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Description Currently it is easy to create a duplicate, personal copy of a Homepage in a ServiceNow instance, however the steps to create a global copy is not as straightforward. The following procedures will detail the steps to create a global copy of a Homepage which is not limited to a specific user account. Procedure Note that if you stop at step 5, you will have a personalized copy of that homepage. Thus, if you want to simply create a personalized copy of the Homepage, you can use steps 1 to 5. Log into the instance with an account having admin rights to the instance.Browse to the following location on the instance: Self Service -> Homepage.From the pull down menu of Homepage, select the Homepage you want to duplicate which should then displayed.Click the button at the far right in the Homepage display that reads Change Layout. We will not actually be changing the layout of the Homepage (although any changes made to the layout will be reflected in the final copy), but rather are selecting this to force the functionality to run that will allow us to duplicate the Homepage.A dialog box will appear showing various layout options that can be selected. Click the button on the lower right titled Change.The display will return to the Homepage, however this will be a new, Personal copy of the same Homepage with the name My Homepage.Browse to the following location on the instance: Homepage Admin -> Pages.Search in the list to locate the Homepage with the name "My Homepage" and open that Homepage record for editing.Remove the text found in the User field, ensuring it shows as completely blank.Type a unique view name in the View field. This should be any text that is not already used elsewhere for another Homepage's View field. Note that this does not correspond to actual records in the Views table in the system but rather is just a way that this particular Homepage can be identified in the system.Select an Order value for this duplicate homepage This will determine the position the Homepage shows in the list of Homepages displayed in the pull-down menu.Click the Selectable checkbox to ensure it shows as checked. This will ensure the Homepage will be a selectable option in the pull down list of Homepages.Change the Title field to something that is indicative of the data found on the Homepage. This title will identify this Homepage in the Homepages list.Click the Write Roles edit button.Use the slush bucket list to select the roles you want to have edit rights to this Dashboard.After selecting all the applicable roles, click the Done button.Click the Read Roles edit button. Select the roles you want to have viewer rights to this Dashboard. After selecting all the applicable roles, click the Done button.Click the Update button. The new Homepage should then appear in the Homepage list for users who have Read rights to this new Homepage.