Which tables are not included in the update set?

nagaryu
Tera Contributor

I have moved the Vulnerability Response update set from the development environment to the verification environment.

I understand that Scheduled Jobs are not included in the update set, so I need to export and transport them as an XML file in my development environment.

Besides this, I found that the contents of the following three tables are not included in the update set.
sn_vul_assignment_rule
sn_sec_cmn_approver_level
sn_vul_exception_config

Are there any other tables that are not included in the update set?
If there is information in the official Documents that it is included or not included in the update set, I would like to know the URL as well.

Best Regards.

1 ACCEPTED SOLUTION

shloke04
Kilo Patron

Hi,

The tables mentioned above in your query are not captured in Update Set. I would suggest to make use the feature available OOB when dealing with customization related to Scope Application as mentioned below:

  1. Navigate to System Applications > My Company Applications.
  2. Open the In Development tab.
  3. Open the application record that you want to publish to the application repository.
  4. Click the Publish to My Application Repository related link.
  5. Click Submit.

Refer the doc link below:

https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/task/t_PublishAppsToTheAppRepository.html

https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/task/publish-customizations-app-repo.html.

 

Also I have used another utility available for these data related changes to be captured and moved along with Update set in my previous projects which is super helpful while moving data change may be a Scheduled job or these kind of changes mentioned above:

"Add to Update Set" -> Link below from where you can download and install is there on ServiceNow developer portal:

https://developer.servicenow.com/connect.do#!/share/contents/9824957_add_to_update_set_utility?t=PRODUCT_DETAILS

 

https://community.servicenow.com/community?id=community_blog&sys_id=dd0d9079db858098d58ea345ca961925

 

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

 

 

 

 

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

View solution in original post

6 REPLIES 6

Allen Andreas
Administrator
Administrator

Hi,

From a high level, it's basically these three things determine if updates are captured in an update set:

https://docs.servicenow.com/bundle/rome-application-development/page/build/system-update-sets/refere...

Update sets track customizations under these conditions:

  • 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 excluded a field from updates.

Otherwise refer to documentation for the full explanation.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

nagaryu
Tera Contributor

Thank you for introducing the URL of Document!

I will check the setting status including the table I grasped.

shloke04
Kilo Patron

Hi,

The tables mentioned above in your query are not captured in Update Set. I would suggest to make use the feature available OOB when dealing with customization related to Scope Application as mentioned below:

  1. Navigate to System Applications > My Company Applications.
  2. Open the In Development tab.
  3. Open the application record that you want to publish to the application repository.
  4. Click the Publish to My Application Repository related link.
  5. Click Submit.

Refer the doc link below:

https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/task/t_PublishAppsToTheAppRepository.html

https://docs.servicenow.com/bundle/rome-application-development/page/build/applications/task/publish-customizations-app-repo.html.

 

Also I have used another utility available for these data related changes to be captured and moved along with Update set in my previous projects which is super helpful while moving data change may be a Scheduled job or these kind of changes mentioned above:

"Add to Update Set" -> Link below from where you can download and install is there on ServiceNow developer portal:

https://developer.servicenow.com/connect.do#!/share/contents/9824957_add_to_update_set_utility?t=PRODUCT_DETAILS

 

https://community.servicenow.com/community?id=community_blog&sys_id=dd0d9079db858098d58ea345ca961925

 

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

 

 

 

 

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

nagaryu
Tera Contributor

Thank you for introducing the Knowledge URL!

Well, I can transfer it to an instance in various ways.
I may not use it this time, but I will study it.

Thank you very much.