- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2022 07:02 PM
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.
Solved! Go to Solution.
- Labels:
-
Vulnerability Response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2022 02:33 AM
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:
- Navigate to System Applications > My Company Applications.
- Open the In Development tab.
- Open the application record that you want to publish to the application repository.
- Click the Publish to My Application Repository related link.
- 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
Regards,
Shloke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2022 07:27 PM
Hi,
From a high level, it's basically these three things determine if updates are captured in an update set:
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2022 01:14 AM
Thank you for introducing the URL of Document!
I will check the setting status including the table I grasped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2022 02:33 AM
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:
- Navigate to System Applications > My Company Applications.
- Open the In Development tab.
- Open the application record that you want to publish to the application repository.
- Click the Publish to My Application Repository related link.
- 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
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2022 10:25 PM
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.