Homepage to Dashboard conversion shows "Add Widgets Using Widget Picker"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 06:41 AM
I have converted the existing homepages into Dashboards in our scoped application and pushed the changes to remote repository using my primary instance. When I imported the application in secondary instance, I only see "Add widgets using widget picker" in the converted dashboards.
I saw this kb article (https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0816137) and found out that pa_tabs table's Page (sys_portal_page record) was empty.
So I exported the xml files of sys_portal_page records from my primary instance and imported them on secondary instance. This does not solve the problem. So I opened a record from sys_portal_page and compared them with two instances.
I can see the dropzone records are missing in secondary instance. So I have exported them from primary and imported it on secondary. This does not solve the problem either.
Later I compared the dropzone record and found out that portal preferences list is empty on secondary. How do I solve this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 07:00 AM
Hi @Dhinesh Venkat ,
You can follow the below steps:
-
Log in to the ServiceNow instance with an account that has the necessary permissions to modify homepages and dashboards.
-
Navigate to the homepage that needs to be converted to a dashboard.
-
Click on the "Edit" button in the top-right corner of the homepage.
-
Click on the "Properties" icon (gear-shaped icon) in the top-left corner of the page.
-
In the "Properties" window, change the "Page type" field to "Dashboard."
-
Click on the "Update" button to save the changes.
-
Repeat the above steps for any other homepages that need to be converted to dashboards.
Also, you can utilize the Homepage deprecation help tool provided by ServiceNow: https://docs.servicenow.com/en-US/bundle/utah-now-intelligence/page/use/dashboards/concept/homepage-...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 07:05 AM
Hi Sandeep,
All of the things I stated in question happened after I followed the steps. My problem is that I am not seeing widgets in the secondary instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 07:47 PM
Hi @Dhinesh Venkat ,
Are you in the correct Application Scope? check if the widgets are present at all in the instance by going to Widgets module.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2023 11:27 PM
@Community Alums I guess by widgets you are referring to sys_widgets records. I've checked and the records in both instances are the same.