How can i Use page URL access my app

0
Hi All Experts Could you help tell me how to configure page URL parameter I have an app in sandbox, want to visit the specified page like (Outsourcing_Process)  this is a task assign app, PR AutoNo is a unique value linked a task you can visit it following address https://prmanagement-sandbox.mxapps.io/ usename:MendixTest password:MendixTest1   Thanks
asked
3 answers
1

Hi Bill,

 

Since you have 2 parameters on the page, your URL needs those 2 parameters so you can know where to land.

 

Here is an example: 

image.png

 

This specific page had parameters Category and Product.

 

For your situation, choose from each parameter one important attribute (such as id, code, name, etc.)

 

Hope this can help.

answered
0

Hi Bill,

 

Maybe you can find your answer here: https://docs.mendix.com/refguide/page-properties/

answered
0

Hi Bill,

Just pass the url value in the url section in this case

OutsourcingProcess

after that run the application and test it

http://localhost:8081/p/OutsourcingProcess

please remember to add p on the browser 

answered