Apart from deep link is there any concept to access the specific page in the application.

0
We have different form pages in our application like Online application, Quote form, Contractor profile form etc., Requirement is to have specific path to the respective pages so that user can share the URL which routes to that page rather than landing to a home page. Can you please suggest any idea to implement this feature. Thanks in advance!  
asked
2 answers
0

Hi Muthu,

Download SetURL widget -> Drag & Drop this widget on the page which you want to show by URL -> Set the string url like ‘onlineapplication’ save & run the application.

Go to browser & check localhost:8080/p/onlineapplication

answered
0

Did you see the docs here: https://docs.mendix.com/refguide/page-properties/#url ?

But do note that if the user is not logged in you will be directed to the login page but otherwise it will directly show this page.

Regards,

Ronald

 

answered