# 02.06.2014 0:43:45 -07:00
Hi,
We have setup the 'MultiValue Control' on our servers, and its working really great but we have a little problem.

We have a field that it's allowed/suggested values is dependent on the value from another field,
a simple 'WHEN' rule in TFS:
<FieldValueCondition field="Custom.OS" value="Windows">
  <SUGGESTEDVALUES expanditems="true">
    <LISTITEM value="Value1" />
    <LISTITEM value="Value2" />
  </SUGGESTEDVALUES>
</FieldValueCondition>
It works great, but we want now that, the dependent field will be a MultiValue control.

Changed the values to include braces ([Value1],[Value2] etc..) and changed the field to be of type MultiValue control.

When changing the parent field (the field that will influence the other) - nothing happens in the dependent field, we have to first save the workitem, refresh the page and then the multivalue control will update..

This is before the change:
Image

After change (no save):
Image

After with save and page refresh:
Image

The multivalue control wont "fire" its update event after changing a field, only after page refresh, what can we do?

Thanks
# 26.06.2014 14:05:43 -07:00
Hmm, not sure if this is a scenario we've tested. I will setup a test and see what we can do.
# 06.07.2014 1:45:29 -07:00
Hi, any news about this?
# 31.07.2014 2:59:13 -07:00
.........?
# 31.07.2014 4:42:43 -07:00
Totally forgot this over the summer :-( I will take a look this week.
# 11.08.2014 5:27:13 -07:00
Any news?
# 12.08.2014 12:57:00 -07:00
We're looking into it but the short answer is that's there's no support for this implemented, We're investigating what would be required to add the support, I will post back with what we find.
# 04.12.2014 1:44:11 -08:00
MOlausson wrote:
We're looking into it but the short answer is that's there's no support for this implemented, We're investigating what would be required to add the support, I will post back with what we find.
Any progress / news on that?