This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to implement a two-related dropdown list?

vichsu - Sunday, July 13, 2014 11:34 PM:

for example,

first dropdown list contains Europe, Asia and America, second dropdown list contains all countries in the world. I would like to select first dropdown list and then the second dropdown list is filtered. how can I implement this function?

thanks.

 

PS, I am new to aras, any hints or documents are appreciated.  



DavidSpackman - Monday, July 14, 2014 9:48 AM:

Hi Vichsu,

 You will need to create 2 lists

  • Source list (Continent)
  • Filtered list (Country)

 

 

 

  • Edit the itemtype you want to add the filtered list
    • Add a new property
      • Data Type Field - List for the source list (Continent)
    • Add a new property 
      • Data Type Field - Filter List for the filtered list (Country)
      • Pattern Field - The property name that you set above for the the source list.

 

Dave



AbhishekSrivastava - Thursday, March 17, 2016 6:04 AM:

Hi,

When i Select Ein a dropdown then i have two option to select France and spain. But in the list if only one value like India - B

 

On that case when i select B then India appear automatically when i checked in form "No Blank List"

but India Autoselect is not happen due to this not show in a search grid

So do you have any solution.

 

Thank You

Abhishek Srivastava



AbhishekSrivastava - Thursday, March 17, 2016 6:04 AM:

Hi,

When i Select E  in a dropdown then i have two option to select France and spain. But in the list if only one value like India - B

 

On that case when i select B then India appear automatically when i checked in form "No Blank List"

but India Autoselect is not happen due to this not show in a search grid

So do you have any solution.

 

Thank You

Abhishek Srivastava