Populate Dropdown from a SharePoint Security Group

B

Bismarck

How can I populate an InfoPath 2007 form dropdown from a Moss 2007
SharePoint Security Group? I created a custom group called "QA Approvers"
and want to display this list in an InfoPath form.

Regards,
Bismarck
 
S

Swathi (GGK Tech)

Hi,
Get the group information using GetUserCollectionFromGroup method which
described in the following link.
http://msdn.microsoft.com/en-us/library/ms995733.aspx
This method is a webservice method and will be available at
http://<servername>/<sitename>/_vti_bin/usergroup.asmx
After that take an external data source for the drop down to display the
Name field in the drop down.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top