Sign In Button Action

0
Hello, I want to check sign In button action for my application. I have used LoginId and Password textboxes with SignIn button for Login functionality. My requirement is add some custom behaviour to existing SignIn functionality but I didn’t find anything related to Login(No action or microflow) in my App modules. How can I change this default Login Action?
asked
2 answers
0

Shashikant,

You can custom login logic as https://bartgroot.nl/mendix/custom-checks-on-login/.

answered
0

This depends on exactly when you want to perform the custom behaviour. If it doesn't matter the user is already logged in, you can put it in the homepage microflow? Note that the actions is always triggered then when using the microflow. 

Otherwise you can use https://appstore.home.mendix.com/link/app/66443/

 

 

answered