Add pages into the sp widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 02:25 AM
How to add this copy_of_hrm_todos_page_2 into the Copy of HRM Todos Summary widget?
Please help me to solve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 02:50 AM
Hi @Apaul
You can try like this once.
1. Open the Widget Editor
Navigate to Service Portal > Widgets in ServiceNow.
Locate Copy of HRM Todos Summary and open it for editing.
2. Modify the HTML Template
In the Body HTML Template section, find the appropriate place to insert copy_of_hrm_todos_page_2.
You can reference it using an <iframe>, <div>, or another suitable HTML element.
3. Update the JavaScript Code
If copy_of_hrm_todos_page_2 requires dynamic data or interactions, update the Code (JS) section.
Ensure that the script correctly fetches and displays the content.
4. Save and Test
Save the widget and preview it in the Service Portal.
Verify that copy_of_hrm_todos_page_2 is correctly integrated.
Alternative Approach
If copy_of_hrm_todos_page_2 is a separate widget, you might need to clone the HRM Todos Summary widget, modify it, and then add the cloned version to the relevant page
Stay awesome,
Roshnee Dash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 05:55 AM
Also, your solution is partially correct, what i have seen, with this you need to create a page route maps too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 12:38 PM
Hi @Apaul
If you found my response helpful, please mark it as correct and close the thread so others can benefit from it too.
Stay awesome,
Roshnee Dash