Advance reference qualifier

shivani18
Tera Contributor

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

shivani18_0-1712108794953.png

shivani18_1-1712108830617.png

shivani18_2-1712108854128.png

Needed help to solve this.

 

 

1 ACCEPTED SOLUTION

@shivani18 Please modify the reference qualifier as follows.

 

Screenshot 2024-04-03 at 9.41.22 AM.png

replace assignment_group with group in your reference qualifier.

 

Regarding sys_id display, please make the following change in the Group Member table.

Screenshot 2024-04-03 at 9.43.06 AM.png

View solution in original post

7 REPLIES 7

Sandeep Rajput
Tera Patron
Tera Patron

@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.

 

shivani18_2-1712108854128.png

Please mark the answer helpful and correct if it manages to address your issue.

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.

@shivani18 Please modify the reference qualifier as follows.

 

Screenshot 2024-04-03 at 9.41.22 AM.png

replace assignment_group with group in your reference qualifier.

 

Regarding sys_id display, please make the following change in the Group Member table.

Screenshot 2024-04-03 at 9.43.06 AM.png

Hello @Sandeep Rajput ,

 

I updated reference qualifier and sys_user_grmember table as you suggested above

But still it is providing same results