Which of the following are not included in an Update Set

ServiceNow Use6
Tera Guru

Hi,

I am not sure about database changes. So, I am posting it. Please give me all the updates which are not included in an Update set.

 

update set.png

 

Regards

Suman P.

1 ACCEPTED SOLUTION

Prince Arora
Tera Sage
Tera Sage

@ServiceNow Use6 

 

1) Homepages

2) Data

3) Schedule jobs

4) Database changes

 

The above mentioned entities are not automatically captured in update set, rest everything captured in update set once modified or created

 

If my answer solved your issue, please mark my answer as  Correct & 👍Helpful based on the Impact.

View solution in original post

4 REPLIES 4

Prince Arora
Tera Sage
Tera Sage

@ServiceNow Use6 

 

1) Homepages

2) Data

3) Schedule jobs

4) Database changes

 

The above mentioned entities are not automatically captured in update set, rest everything captured in update set once modified or created

 

If my answer solved your issue, please mark my answer as  Correct & 👍Helpful based on the Impact.

Anand Kumar P
Giga Patron
Giga Patron

Hi @ServiceNow Use6 ,

Data ,Homepages, Scheduled jobs,Schedules.

Check Dictionary entries for each table with the update_synch attribute true will capture in updateset.

Thanks,

Anand

ChiranjeeviR
Kilo Sage

Hi @ServiceNow Use6

 

What is an update set?

An update set is a group of customizations that can be moved from one instance to another. This feature allows administrators to group a series of changes into a named set and then move them as a unit to other instances. Update sets allow customizations to be developed in a development instance, moved to a test instance, and then applied to a production instance.

In short, update sets "record" your development efforts in ServiceNow so that you can move them from Development to Production.

When do update sets track your customization?

  • Where the table has an update_synch dictionary attribute.
  • Where there is a special handler to track changes to multiple tables.
  • Where the administrator has not specifically excluded a field from updates.

In short, the update set captures the system configuration changes you make to the system. This includes, but is not limited to:

  • Tables
  • fields
  • form layout
  • list layout
  • business rules, client scripts, script includes, and other scripts
  • workflows
  • system properties

What it does NOT capture is your transactional data like

  • Incidents
  • Users
  • Groups
  • Email

I hope that helps.

For best information, refer here...

Get started with update sets

System update sets

Documentation | ServiceNow Developers

 

Thanks and Regards,

Chiranjeevi R

 

Please mark as Correct Answer/Helpful, if applicable.

Thanks & Regards,
Chiranjeevi
ServiceNow Developer | | ITSM | | ServiceNow Discovery | | Event Management | | Service Mapping | | CMDB

Please mark as Correct Answer/Helpful, if applicable.

shubhamr9003678
Tera Contributor

If database changes are  part of dictionary/table definition, they are included.