- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 12:52 AM
Hi Team, I have imported a group from prod to dev instance. group was added in the dev, but group members were not added. Now, i have added the group members data manually and assign this group to workflow. when raising the REQ,
task is getting created, while assigning the group group member data is not reflecting. All users are in active state. Please help me to achieve group members data.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 12:55 AM
It's possibly because you created users manually and the sysIds are different when compared to PROD and DEV.
you should have migrated the users i.e. the group members via XML from prod to dev and then you should add them in correct group manually
OR
you can move those users via XML from prod to dev and then export and import sys_user_grmember records as well for these groups
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 01:29 AM
Hi @raginiv ,
Check the reference qualifier of the user field, there might be different logic written.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 01:57 AM
please share the reference qualifier on assignment_group field on sc_task
Please check if other users are active and not locked out
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 12:55 AM
It's possibly because you created users manually and the sysIds are different when compared to PROD and DEV.
you should have migrated the users i.e. the group members via XML from prod to dev and then you should add them in correct group manually
OR
you can move those users via XML from prod to dev and then export and import sys_user_grmember records as well for these groups
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 01:10 AM
Hi @Ankur Bawiskar I have exported user sys_ID XML from prod only and imported to dev. so i thought there won't be any sys id differences.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 01:12 AM
great. now coming to the part which is not working as expected
what's not working? you are assigning catalog tasks to groups?
What next?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 01:29 AM
@Ankur Bawiskar even though i uploaded the way you said, still getting only one group member in assignment group, please help me to do.