- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 04:44 AM
In catalog item there is a
field name: In which Groups to be added/removed (this is Reference Field)
Field Name: Users to be removed (List collector)
So the requirement is: what ever group is being mentioned in "In which Groups to be added/removed"
In the field "Users to be removed" the group members name should be there in the list collector.
below is what I have done, but with this under the field "Users to be removed" Group name is populating (instead of group member name)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 05:05 AM
HI @shubhi211
I understand the scenario from the screenshot.Can you pls share the exact User Story and acceptence criteria that you try to achieve?
After that, please mark my reply as Helpful so that I can prepare your catalogue item solution code within a day.It's going to be the Glide Alex script which I need to prepare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 05:44 AM
Under In the field "Users to be removed" the group members name should be there in the list collector, instead of Group name.
Like in the above-mentioned case "Group name" is being populated.
Like in group there is 10 users so 10 times "Group name" is coming but instead 10 group number names should some under the list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 05:49 AM
Hi @shubhi211 ,
Your reference qualifier is correct.
The change that have to do it as below:
1. Open the table [sys_user_grmember], then right click and select configure> table.
2. Now, find the User field and set the display value to true
Result will be as below:
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 05:05 AM
HI @shubhi211
I understand the scenario from the screenshot.Can you pls share the exact User Story and acceptence criteria that you try to achieve?
After that, please mark my reply as Helpful so that I can prepare your catalogue item solution code within a day.It's going to be the Glide Alex script which I need to prepare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 05:44 AM
Under In the field "Users to be removed" the group members name should be there in the list collector, instead of Group name.
Like in the above-mentioned case "Group name" is being populated.
Like in group there is 10 users so 10 times "Group name" is coming but instead 10 group number names should some under the list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 05:49 AM
Hi @shubhi211 ,
Your reference qualifier is correct.
The change that have to do it as below:
1. Open the table [sys_user_grmember], then right click and select configure> table.
2. Now, find the User field and set the display value to true
Result will be as below:
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 06:09 AM
Thank you, It solved my issue