- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 08:23 AM
Hi All,
I have exported a group from PROD in XML. This group has 10 members. The same group is available in DEV but has 5 members. I imported the XML in DEV. After import the members are not changing. Is it accurate? Kindly help.
Regards
Suman P.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 08:38 AM
If you exported the group record, it will only bring over the group.
You'll need to export/import the Group Members as well

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 08:37 AM
If you are just importing the group record, that will not change the Group Members given they are on a different table. Group Members are on the table sys_user_grmember. So you would need to clear the group members in Dev and then import the group members from Prod to have the data in sync.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 08:38 AM
If you exported the group record, it will only bring over the group.
You'll need to export/import the Group Members as well
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 08:40 AM
Hi @ServiceNow Use6,
Make sure the User sys_id's are same and group sys_id is same.
Take a XML import from Group members [sys_user_grmember] table from PROD and import it in DEV instance.
Thanks,
Sagar Pagar