How to display Group members in catalog item which ever select group in Group name field ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2019 09:15 AM
How to display Group members in catalog item which ever select group in Group name field ?
Scenario:
Group: Database
Group members: how many members available, i need to display all members on catalog item
please help me , its my client requirement.
Thanks,
Ram
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2019 09:30 AM
- Create a variable of type "List collector".
- Optionally, add glide_list attribute to your new variable to make it look nicer.
- In an onChange catalog client script for your "Group" variable, make a GlideAjax call to the server to get the list of members of that group and put the result into your list collector variable using g_form.setValue() method.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/