Mendix Native: Open Page with JS Action

0
Good day,   I am currently attempting wanting to open a certain Native page depending which object the user selects. For example : Object A of Entity Type ‘Car’ should lead to Page X Object B of Entity Type ‘Car’ should lead to Page Y When the user selects A it should navigate them to Page X. A simple way of doing this would be to use Enumeration values and a decision. Each enumeration value leads to a different page.   However, this is not the way I’d like to approach it. I would like to try and use a Custom JS action to open the page name specified in Native.   Is this possible?
asked
1 answers
0

You can use a nanoflow and build your decissions there to open different pages. 

answered