I have multiple security groups that are linked to business units for application access (for this example lets say adobe and docusign). If a user has access to multiple applications I would like to add each application to the same CustomAttributeTextMultiValue, and then have the ability to run a query off of this field - i.e users who have access to adobe and docusign. What would be the best method to do this, if its possible? If I run a powershell script everytime a user is added to a group, add the name to the CustomAttributeTextMultiValue, does it only read the last entry, or multiple lines?
thanks.