Query the Security Groups for an Application

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