I have a Names field in a profile document, which stores groups. I want users to be able to open a Dialog List from another form, and be presented with a list of the individuals in the groups, instead of the group names. How do I do this?
Thanks!
I have a Names field in a profile document, which stores groups. I want users to be able to open a Dialog List from another form, and be presented with a list of the individuals in the groups, instead of the group names. How do I do this?
Thanks!
Subject: Simple question - expanding groups into names
do a lookup on the groupsview get the document and expand the members field
Subject: RE: Simple question - expanding groups into names
What Yazdi has mentioned is correct.However there are chances that the groups are nested, in which case you will have to write a recursive function inorder to drill down and extract the user names.
There is an un-documented feature … use at your own RISK !!
cheers !!
Ashish