Native Mobile Dependant dropdowns

0
Hi All, I have the below screen. Plant and Users functional Area are reference selectors. User's functional area is based on Plant. On changing plant, the User’s Functional Area should be updated based on the selected plant. Is there a way we can achieve this is Native Mobile app?
asked
1 answers
1

Due to database restrictions it's not possible to restrain data over association in an offline profile. It's easiest to show a page with a listview instead of a drop-down if you want to display a selection based upon a previous choice. If it absolutely must be a drop-down, you can prepare your data by designing separate entities to populate the drop-down, which you will have to create after the user makes his first choice.

answered