Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Drop down Auto complete functionality

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.

0 votes

Comments

 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
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.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 89

Question asked: Nov 06 '12, 10:21 a.m.

Question was seen: 5,065 times

Last updated: Nov 06 '12, 10:47 a.m.

Confirmation Cancel Confirm