- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 11:13 PM
Hi community, I am working on a story where I have created portal pages , widgets everything. Now I need to capture it into a update set to move it on another instance. How we can capture portal pages in a update set ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 11:21 PM
Hello @t7
Greetings!
go to sys_update_xml to see the changes you made. (Match by date and updated by). they will already be captured in updateset. (If they got captured in default, create new updateset under the correct application and move the changes).
Make sure you capture following things in updateset.
- page
- container
- column
- row
- instance
- widget (if any are moved to the target instance).
Please hit the thumb and Mark as correct based on Impact!!
Kind Regards,
Ravi Chandra.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 11:53 PM
Ah clear.
You can recapture the updates by updating the artifacts again, or applying the method Ravi mentioned (I also use this often).
Thing with portal pages and widgets is that often you will forget something when you were not working in an update set from the start. There can so many things involved, pages, containers, rows, columns, widget instances, widgets, etc..
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 11:36 PM
yeah , it is captured in default update set now how can I move it to new update set , please guide me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 11:42 PM
as mentioned, go to sys_update_xml.LIST
you can move the changes you made to the updateset you created from list view.
(Change from default to updateset you created)
Please hit the thumb and Mark as correct based on Impact!!
Kind Regards,
Ravi Chandra.