- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2023 07:52 AM
I've been playing with this for a while now and can't find a way to do this.
I would like to create a report that shows all users with the itil role from a specific set of groups. I've tried sys_user, sys_user_has_role and sys_group_has_role and can't seem to get exactly what I'm looking for. Is something like this going to require a database view (never done one before).
Any suggestions/advice on how to accomplish this would be awesome.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2023 08:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2023 08:14 AM
you can try the related list condition on Roles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2023 08:16 AM
That still leaves the issue of limiting it to only a specific set of groups, which I can't seem to do using the sys_user table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2023 08:20 AM
Normally ITIL roles come from the groups, perhaps try this:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2023 08:24 AM
aha, a table I hadn't tried yet, sys_user_grmember did the trick, thanks!