Forum Discussion
MarcusH
2 days agoValued Contributor
The security group information is held in the Framework database. You can get it using a Data Adapter like this:
If you change the Method Query to {}, it will return all the security groups. If you are needing this for a dashboard, it might be better to write a Business Rule that creates a single data table with the name of the security group(s) on the same row. You can get the security information using this function:
Dim secGroups As List(Of Group) = BRApi.Security.Admin.GetGroups(si)
Related Content
- 1 year ago
- 1 year ago