Has anyone ever created a query for Security Groups? I need to pull the security groups for an application. If I were smarter or more experienced, I would have created a Group Type of System to enter the system abbreviation for the security group when I first created the application. In that way, I could have used the a!groupsByType() function. The only way to do that now, is to create all new security groups and go through all of the application objects to reassign the security groups for all applications!! :(
I created an expression rule to pull all of the custom security groups. It returns all of the custom security groups from all of the applications when I am looking for one application. The data is returned with type List of Variant. It seems to me that there should be a way to filter the data returned to see if the name contains the application abbreviation I am looking for. I'm stuck on how to do that.
a!groupsByType(cons!PMSO_CustomGroupType).data
I set the output to a local variable in the expression rule and tried several types of queries. No joy there either. I kept getting different error codes. I couldn't get the query structured correctly.
If someone could point me in the right direction, I would appreciate it.
Discussion posts and replies are publicly visible
What do you try to achieve?
I go a different route. Each group has an "All Groups" group, holding all the groups of an app. Then, I could create a new group with a membership rule to add all these groups by name.
I am creating an interface to add users so that I don't have to do that (there is just me here). Then the office administrators can add users without calling me. I want to be able to have them select the type of user (security group) the use goes into.