How to call default mendix login page from any other page using button within mendix application

0
Hi experts, I have a requirement to call the mendix default login page from any other page using a button with the mendix application. Is it possible to achieve this in mendix. Note: I do not want to create a custom login. I want to call the default mendix login page with hardcoding the url  
asked
3 answers
0

Hello,

 

You can use Link button to do that. Please see the below image.

link.jpg

answered
0

In a button we can use like this.

image.png

answered
0

Hello,

 

By using the link button you can use an attribute to specify the url to which you want the user to be directed to. That attribute can be changed on a microflow for example, and you can get the app url from a java action available in community commons. That way you won't hardcode the url.

answered