How can I duplicate an Active Items widget for IT-specific use?
						
					
					
				
			
		
	
			
	
	
	
	
	
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2025 06:39 AM
I want to duplicate my existing Active Items widget and create a version that is specific to IT.
The IT version should only show:
- IT Surveys 
- IT Requests 
- IT Approvals 
It should not appear on the main home page, but only on the IT page.
Would this be possible, and if so, what is the best way to configure it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2025 06:58 AM
Hi @SwathiBanda,
Yes, this is possible. The approach would be:
- Duplicate the existing widget - Go to Service Portal > Widgets. 
- Open the Active Items widget and use Clone Widget (button at the form header) to create a copy (e.g. Active Items – IT). 
 
- Adjust the data source / client controller - In your cloned widget, update the server script (or widget options) to only query: - IT Surveys 
- IT Requests 
- IT Approvals 
 
- You can filter by category, assignment group, or table depending on how your IT items are stored. 
 
- Place the widget on the IT portal/page - Navigate to Service Portal > Pages. 
- Open your IT page and add the new Active Items – IT widget. 
 
- Remove it from the main home page - Ensure the cloned widget is not placed on the default homepage. 
- Leave the original Active Items widget there for general users. 
 
This way:
- The generic homepage still shows the standard Active Items widget. 
- The IT page displays your IT-specific version with only surveys, requests, and approvals. 
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2025 09:53 AM
Thanks for the detailed info! Once I clone the widget, do I also need to adjust the activity configurations? Right now, whenever I add something there, it shows up in my main Active Items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2025 07:01 PM
@Community Alums Could you tell how to adjust activity configurations widget for my custom widget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2025 07:04 AM
@SwathiBanda This will need all client/server and HTML scripting in widget.
1st step would be to clone the OOB "Active item widget", then you need to add user criteria to widget which will control its visibility on basis of roles.
After that you need to adjust your HTML part to comment out the data you dont want to show.
You will have to then put the widget instance on "IT page"
https://www.servicenow.com/community/itsm-forum/how-to-add-widget-in-the-existing-page/m-p/485105
