- 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 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 03:54 AM
@Ankur Bawiskar Thanks for the support. Reference qualifier for the assignment group is Role ITIL. Role is not defined for the user. I have added the ITIL Role to the users and checked. now , it is working fine. Thanks a lot. Marking it as accepted solution.🙂