Define dynamic dependent DVelop Combos

 

The Dvelop Combo can be loaded dynamically, from a value defined in another DvelopCombo

 

For example, if we have Countries like "Canada", "México" and "Tailandia in a DvelopCombo, and we want to show only the Cities of each Country in another DvelopCombo, we can define two transactions as follow:

DefaultValuToDvelopCombo01.png

 

In the attribute CountryId we need to define the DvelopCombo and the property "Load Data Dynamically" in "true" as follow: 

DefaultValuToDvelopCombo02.png

 

The attribute CityId must be defined with a condition when the attribute CountryId is the attribute to listen as follow:

CountryId = &Cond_CountryId

DefaultValuToDvelopCombo03.png

The result is this:

DefaultValuToDvelopCombo04.png