How to achieve interdependent Dropdown in native application?
0
Question: I'm having trouble creating a dependent dropdown in my Web application using Property Management. However, when I try to do the same thing in Native, I'm facing issues even though I'm using a [1-*] association in my Domain Model. In my Object Creation Page, I'm using a Reference Selector to display the dropdown options. But instead of showing the expected results, it lists all objects from the related entity. To narrow down the options, I'm trying to apply an XPath constraint. Unfortunately, I get an error message saying 'Following Associations are not allowed here'. Context: Please note that I've tried various approaches, including using a [1-*] association in my Domain Model, but I'm still facing challenges. Error Message: The specific error message I receive is 'Following Associations are not allowed here'. I'd appreciate any guidance on resolving this issue.
asked
Vishwa N
1 answers
0
Hi Vishwa,
First take source as nanoflow -> inside this nanoflow call a new microflow & right your logic inside microflow(association or anything) -> make a non persistable entity & add your persistable list value in NPE & return them.
Go to your nanoflow -> now retrieve your persistable entity value on the basis of NPE -> Now you have actual value what you want & return them.