- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 06:48 PM
ISSUE WITH ADVANCE REFERENCE QUALIFIER
Created Advanced Reference Qualifier in Catalog Item (with variables 'group' and 'assigned')
to fetch values of users only of selected group.
But this is not working
Needed help to solve this.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 09:15 PM
@shivani18 Please modify the reference qualifier as follows.
replace assignment_group with group in your reference qualifier.
Regarding sys_id display, please make the following change in the Group Member table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 08:01 PM
@shivani18 Your Advanced reference qualifier seems correct. However, the table you have selected seems incorrect. Instead of choosing User[sys_user] table you should choose Group Member[sys_user_grmember] table as the assignment group field exists on Group Member table and not on User table.
Please mark the answer helpful and correct if it manages to address your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 08:41 PM
Hello @Sandeep Rajput
Thank you for replying !!
I modified the table name as you suggested.
But still many records it is fetching (other than members of the group) and it is now fetching sys_id,
instead of name of user.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 09:15 PM
@shivani18 Please modify the reference qualifier as follows.
replace assignment_group with group in your reference qualifier.
Regarding sys_id display, please make the following change in the Group Member table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 04:13 AM
Hello @Sandeep Rajput ,
I updated reference qualifier and sys_user_grmember table as you suggested above
But still it is providing same results