It's all about the answers!

Ask a question

Drop down Auto complete functionality


Vivek Jain (112) | asked Nov 06 '12, 10:21 a.m.
edited Nov 06 '12, 10:43 a.m. by Ralph Schoon (63.4k33646)
Drop down Auto complete functionality is possible?

[ Problem Statement ] - I have DropDown-A and DropDown-B, One to One Mapping
____________________________________
|  DropDown-A         |           DropDown-B  |
|___________________________________|
   Value-1-A               |           Value-1-B
  
Value-2-A               |           Value-2-B
   Value-3-A               |           Value-3-B
   Value-4-A               |           Value-4-B

User can select any value in DropDown-A but not in DropDown-B, DropDown-B is read only.
Once Value-1-A is selected in DropDown-A, Value-1-A must be reflect in DropDown-B.

If User changes his selection, it also work in this case.
Value-3-A is selected in DropDown-A, Value-3-A must be reflect in DropDown-B.

Comments
Vladimir Amelin commented Nov 06 '12, 10:43 a.m.

 Should be possible with dependent enumerations. AFAIK read-only property of attribute  do not affect such dependency and other internal logic (but still need to test it)

One answer



permanent link
Ralph Schoon (63.4k33646) | answered Nov 06 '12, 10:45 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Nov 06 '12, 10:47 a.m.
You can try to use a calculated value provider or a dependent enumeration. You might have to use a script based calculated value provider (if you have a 1:1 mapping) or a script based value set if you have multiple. A dependent enumeration would allow to restrict the values of the dependent enumeration based on the other value. See https://jazz.net/wiki/bin/view/Main/AttributeCustomizationfor more information.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.