# 21.08.2013 10:33:07 -07:00
Hi, could you please update this multi-select control to support global lists?

We would like to have a list of customers and relate that on multiple item types.
# 30.12.2013 5:12:59 -08:00
The multi value control works fine with Global Lists as long as you set expanditems="true":
<FIELD name="CustomersGL" refname="TfsWitExtensions.CustomersGL" type="String" reportable="dimension">
 <HELPTEXT>List of customers from a global list</HELPTEXT>
  <SUGGESTEDVALUES expanditems="true" filteritems="excludegroups">
    <GLOBALLIST name="WitCustomControls - Customers" />
  </SUGGESTEDVALUES>
 </FIELD>
Mathias