Preserve page/microflow URL after loading

0
Hi ,    I have configured microflow URL as per below :   https://abc.companyname.com/p/PartnerName/xyz   Once I hit above URL I can navigate to configured microflow and URL in browser changes to https://abc.companyname.com/ which is normal behaviour. Now ask from business is that can we retain https://abc.companyname.com/p/PartnerName/xyz in URL so user will still know that they have selected "xyz" partner.   Thanks   
asked
3 answers
1

Have a look at one of the SetURL widgets in the Marketplace. This will set the URL in the browser which should be what you need.

 

https://marketplace.mendix.com/link/component/120500

https://marketplace.mendix.com/link/component/65083

 

Good luck!

answered
0

It would be really nice if the runtime supported this natively. Right now you have to make a trade-off between minimizing requests (using microflows to pre-load data) and having deeplink-able pages.

answered
-1

Please check below.

Page Properties | Mendix Documentation

answered