- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 05:50 AM
A group has some roles which need to be deleted. After editing the list and removing roles, i noticed that these deletions were not captured in update set.
Is it possible to move these changes to other instance within update set, or these needs to be done manually in other instance?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 05:54 AM
Hi Anna,
While roles (sys_user_role) are captured in an update set, the application of them to users and groups is not. This is just 'transient customer data' to ServiceNow. It can be different from system to system, like dev or test data.
You will need to apply the same changes manually to the target systems.
Reference:
Using Update Sets - ServiceNow Wiki

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 05:54 AM
Hi Anna,
While roles (sys_user_role) are captured in an update set, the application of them to users and groups is not. This is just 'transient customer data' to ServiceNow. It can be different from system to system, like dev or test data.
You will need to apply the same changes manually to the target systems.
Reference:
Using Update Sets - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 06:23 AM
Thank you for reply Chuck!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 06:24 AM
You are very welcome Anna. Thank you for participating in the community!