Link to a page which is not pop-up

0
In my app, i am trying to create link button that takes to another page. But that page is not a pop-up and the link i have created is not working. On click event is Show page. Is it because the destination is not a pop-up?
asked
2 answers
-1

Is the object/entity the destination page needs available? You can try to put a microflow in between that calls the page. The link button can call the microflow. In my opinion it is better in most cases to call a microflow instead of opening a page directly, because this gives you more control in the process.

answered
2

Hi Pragya,

 

Make sure you have enough read and write access to the data which your showing along with page access for user roles. Link button should work as you configured. 

Refer:   https://docs.mendix.com/refguide/button-properties

If doesn’t help please share some screen shots of your work.

Thank you

 

answered