How to create a link to the page ?

0
How to create  a link to the page, where this link needs to be placed in the backend ,on click of the link  the page which i have created needs to be open. Note :the page is passed in the microflow .
asked
1 answers
0

To open a Mendix page from within a Mendix application, you don't need a “link” per se, you just need an “open page” action in your microflow, or a “show page” button. You can select the page you want to open in your “open page” action.

 

 

If you do need actual distinct URLs for some reason, you can fill them out in the page properties:

 

 

If you want to link to specific forms or microflows via a URL, you could consider using the Deeplink Module.

answered