- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2017 09:01 AM
Long time ago a custom table was created, and it does not look like it is being tracked as changes to not appear in the update set. I read that you should extend the table from the Application File table at creation for this to work (Track an application table in Update Sets ). Is there a way to start tracking the custom table, even after it was created?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2017 08:45 AM
Hey Chuck, I found the answer by going to the table.
It seems there is a UI Action called 'Track in Update Sets'. After clicking that, the records started showing in the customer update list!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2017 08:47 AM
There it is! Yes, things just keep getting easier and I don't always have the simplest approach. Thanks for sharing Peter!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2019 03:11 AM
Only works in NON-Extended tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2019 03:11 AM
Hi All,
Mentioned UI Action will only work for NON-Extended Tables.
Eg. if you are in a table extending Data Lookup Matcher Rules[dl_matcher] the ui action won't show up.
Which is expected behaviour, because the ui action would reset extenting table to "Application File"
As explained in the UI Action itself:
Make a table update synch by reparenting a non-extending table to Application File ( sys_metadata ) - this is the mechanism to set a customer table to update_synch
If you want to Track an already extended table, you can by adding the attribute update_synch=true, as refrenced here : https://docs.servicenow.com/bundle/london-application-development/page/build/system-update-sets/refe...
KR
Jef