Multiselect Drop down with conditions

0
Dear Expert, We have a requirement to implement a multi-select drop-down with the following conditions: The drop-down should display only active masters. In the Project Master, where Management Codes are mapped, the drop-down should reflect only those masters that are associated with the selected Project Code in the transaction form. We have used the Bootstrap Multi-Select widget; however, we are facing issues with selecting options using the mouse, and we are unable to incorporate the second condition. Could you please advise on the feasibility of this implementation and any additional details required?   Regards Krishna Varma 
asked
1 answers
0

Hi Krishna,

In the boostrap multiselect widget select datasource as microflow and inside microflow you can check your condition and based on which you can return needed list , regarding selecting via mouse i am not sure what you mean because for seleting any record we have to have clicks.

You can also try this  autocomplete multiselect , but it requires bit more configuration as it stores response in json and you have to create json structure and use 'import from mapping' to get the selected value

 

Hope it helps!

answered