Hello All,
Is there a way to take a subset of the domain network names to display for the Assigned To dropdown list?
Currently all names are displayed.
Thanks in advance for any help you can give :)
Bob Hanson
Yes, here is example of limiting to only two project groups:
<FIELD refname="System.AssignedTo" name="Assigned To" type="String"> <ALLOWEDVALUES filteritems="excludegroups"> <LISTITEM value="[project]\group1" /> <LISTITEM value="[project]\group2" /> </ALLOWEDVALUES></FIELD>
The groups could be server groups, project groups or domain groups. They could also be other string values, see http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=597444&SiteID=1