how to redirect from mendix to other platform for that particular environments url

0
If I want to navigate to other platform on the click of button to a particular environment ( eg: mendix dev to other platform dev)
asked
2 answers
0

Hi, 

Not sure if I understand your question fully but you can redirect users using an Open Page action button. In there, you can set your On click event to ‘Open link’ and put your URL in there.

You may also use the Deeplinks module from the app store, but that may be overkill for your requirement.

 

answered
0

If you want to move to a new website, you’ll want to use either the Open URL action in the Nanoflow Commons module you can find on the Marketplace, or an Open Link button. 

https://docs.mendix.com/appstore/modules/nanoflow-commons/
https://docs.mendix.com/studio/page-editor-widgets-buttons/

answered