- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 01:24 AM
Hi Everybody,
Context: Group management is a mess and we are doing some data clean up.
I work with reporting and would like to make a report to find if the group manager is also in the same group member list.
I have tried in tables below but cant find any result
[sys_user_group]
[sys_user_grmember]
Many thanks for any idea.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 09:31 PM
Hi @tengkuzul
It will be all of the remaining groups when you compare to this list.
URL: https://<instance_name>/sys_user_grmember_list.do?sysparm_query=userSAMEASgroup.manager
Just filter out the groups you find with above query, you'll have the list of the remaining groups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 09:31 PM
Hi @tengkuzul
It will be all of the remaining groups when you compare to this list.
URL: https://<instance_name>/sys_user_grmember_list.do?sysparm_query=userSAMEASgroup.manager
Just filter out the groups you find with above query, you'll have the list of the remaining groups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 10:31 PM
Thanks for the help @Tai Vu