What are the entries or tables stored in update set, as per servicenow core and ITSM perspective?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
What are the entries or tables stored in update set, as per servicenow core and ITSM perspective?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
24m ago
- sys_update_set stores the Update Set record itself. [servicenow.com]
- sys_update_xml stores the actual customer updates (tracked configuration changes) and is the table used to track what was captured in an Update Set
Each record in sys_update_xml represents a configuration change captured by the platform.
Examples:
Platform/Core Configuration
- Tables (sys_db_object)
- Dictionary entries (sys_dictionary)
- Choice values (sys_choice)
- Form layouts
- Related lists
- Application menus
- Modules
- ACLs
- UI Pages
- UI Actions
- UI Policies
- UI Scripts
Development Components
- Script Includes
- Business Rules
- Client Scripts
- Notifications
- Email Templates
- Scheduled Jobs
- Flows and Subflows
- Workflow definitions
ITSM Components
- Catalog Items
- Record Producers
- Catalog Variables
- Variable Sets
- Assignment Rules
- SLA Definitions
- Change Models
- Incident Forms
- Problem Forms
These are configuration records tracked because the underlying tables have update tracking enabled (update_synch) or special handlers configured. [servicenow.com], [servicenow.com]
Please accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards