99
Views
5
Comments
Solved
How to do Cascade Drop Down Search

How to do Cascading in Drop Down Search ! to select item from parent drop down and filter the sub drop down

2022-06-06 09-58-43
Gourav shukla
Solution

Hi,

I am sharing my OML file where I use Dropdown search cascade, may be it will help you.

Thanks

DropDownSearch.oml
2022-06-06 09-58-43
Gourav shukla

Hello,

        Take two aggregates and set second aggregate fetch property only on demand, set for both dropdown respectively, now set the value of parent dropdown value to a local variable and set the on-change event in parent dropdown where refresh the another aggregate, add the filter in another aggregate with local variable, 

UserImage.jpg
Omar AbdElhadi

Bro that not working , u can assign optionslist to identifier 


2025-04-10 11-25-12
Diogo Reis

The options list comes from the 2nd aggregate.

The id selected in the 1st dropdown is used as a filter of the 2nd aggregate.

2022-06-06 09-58-43
Gourav shukla
Solution

Hi,

I am sharing my OML file where I use Dropdown search cascade, may be it will help you.

Thanks

DropDownSearch.oml
2021-06-02 20-50-04
Márcio Carvalho

Did you try to look at this video on how to do the cascade dropdown(it is practically the same as the dropdown search functionality)?

https://www.youtube.com/watch?v=uVmAtGeRg2M

Kind Regards,

Márcio

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.