- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2020 12:57 AM
Hello!
I have a catalog item that has 'assignment group' and 'assigned to' as variables. These are reference fields. I can populate the assignment group based on the client requirement. My problem is how to populate the assigned to reference field based on the assignment group. I think sys_user_grmember is needed to do this but I do not know how.
Please help!
Thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2020 01:01 AM
yes you have to query on sys_user_grmember table, kindly have a look on below thread, it has mentioned script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2020 01:01 AM
yes you have to query on sys_user_grmember table, kindly have a look on below thread, it has mentioned script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2020 02:00 AM
thank you so much

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2020 01:04 AM
Hi,
Just one quick question.
What if that single assignment group have multiple users?
Thanks,
Dhananjay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2020 01:48 AM
Hi,
you can query assignment group table and find all the users of any assignment group.
Thanks,
Himani