You can accomplish this with the mendix link button. If you place it in a dataview, you can map the url setting to an attribute.
also here is a link to the documentation for the "open link" action in an action button.
Hi Prasanna,
Problem 1 can be solved using the deeplink module: https://appstore.home.mendix.com/link/app/43/. Read the instructions on that page to be able to create "referrals" to the correct Mendix page. For example, you can make a static link, like /link/resetpassword or look an item up by ID, like /link/app/43 or pass along a parameter like /link/MyMicroflow?input=parameter
You can extend this by using the set URL module to display this URL in the URL bar of the browser.
Problem 2, I find harder to solve it that way. It is possible to build a widget which knows on what page you are; but for a few pages I think it's easier to track it by always navigating using microflows and store the current location in a non-persistent entity.
Kind regards,
Johan Flikweert