General Reporting - Which Table holds What data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 08:38 PM
I need to create a report on Assignment Groups, I'm trying to find the data table where Assignment Groups are defined.
To that point is there look up - search to explore what tables hold what data.
Thanks Don
- Labels:
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 08:42 PM
Hi
table sys_user_group stores all user groups which also act as assignment groups
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 11:49 AM
Thanks Maik - much appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2022 07:30 PM
Hi
In case you think I was able to answer your question, I would be happy if you mark the appropriate response as "correct" so that the question will appear as resolved for other users who may have a similar question in the future.
If not, please tell me what you are still missing!
Many thanks & kind regards
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2022 09:02 PM
As Maik replied, assignment group is in sys_user_group table.
Following steps can be used to find which table the field is associated with
- Open list
- Right click on the list header
- Select "Configure" > "Dictionary"
- Search on "Column label" = "Assignment Group"
- Click on "Group" link. The name of the table appears as the value of Name.