in Service Now by
In which table update sets and customization are stored in servicenow?

1 Answer

0 votes
by

Each update set is stored in the Update Set [sys_update_set] table, and the customizations that are associated with the update set, are stored in [sys_update_xml] table.

...