- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2025 11:13 PM - edited 09-28-2025 11:17 PM
Hi All,
If I want to check if some table gets captures in update set or not,
how to check this??
(as its imp interview question)
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2025 11:05 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2025 12:13 AM
Hi @tushar_ghadage ,
Navigate to System Update Sets > Local Update Sets.
Open the update set you want to inspect (click its name).
In the update set form, locate the Customer Updates related list.
Right-click the Customer Updates related list and choose Open in new window.
In the new window, click the Type column header and choose Group by Class.
Inspect the grouped classes:
If you see a group named Type:Table → the table (table creation/definition) was captured in the update set.
If you see a group named Type:Dictionary → field additions or changes (dictionary entries) were captured.
Quick troubleshooting / tips
Ensure the correct update set was selected (active) when you made the changes.
If you don’t see the expected class, re-check that the change was performed while the update set was active and then re-open the Customer Updates list.
If this answer worked, please mark it as the solution. A helpful mark is also appreciated—it helps others in the community.
Thanks and Regards,
Ayush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2025 03:23 AM
- Navigate to the sys_dictionary table.
- Personalize the list to include the Attributes column.
- Filter on Attributes is update_synch=true.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0535262
