- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2019 05:00 AM
Hello everyone,
I'm developing Security Incident Response module for a cliente. It's my first experience managing scopes.
I have created an update set on Security Incident scope but when I do some changes I see the following records created on the update set:
Should these kind of records be included on my update and move to pre and production environments??
Thanks a lot!
Belén
Solved! Go to Solution.
- Labels:
-
Security Incident Response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2019 05:16 AM
The system determines whether or not a file (record) is put in an update set is determined by two things.
- The update_synch dictionary attribute
- The other is the table structure. if it is transactional data (e.g. incidents, sc_task, etc) it does not get captured by default.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2019 05:16 AM
The system determines whether or not a file (record) is put in an update set is determined by two things.
- The update_synch dictionary attribute
- The other is the table structure. if it is transactional data (e.g. incidents, sc_task, etc) it does not get captured by default.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2019 07:22 AM
Belén,
Yes, you most likely want to leave those in your update set to be promoted.
Please mark this as Correct or Helpful so others can benefit from our conversation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2019 10:08 AM
Thanks a lot for your responses!
I will include these records on my migration to pre-production environment.