Hi Paul,
If it is not a deeplink you can also use the properties of pages to set a specific url, this is native to the platform.
In the case of a deeplink I would suggest the answer of Ronald as well, store it in an object and use this widget: https://appstore.home.mendix.com/link/app/65083/ to display it in the address bar.
With kind regards,
Stephan
I assume you show a page with a dataview? Then before opening you could store the deeplink URL inside that object and just show it somewhere on the page you are showing. This way the user can still copy the link and bookmark that link.
Regards,
Ronald
For future reference, incase if someone comes looking for the same answer as I did.
Deeplinking is depricated, as of Mendix 10.6, It is replaced by page URLs and microflow URLs.