Pop-up message after logging in

0
Hi, I would like to have some help with the following: After a user logs in he has to get a pop-up message that states that a product is beneath the recommended stock. This needs to be a list of maybe multiple products. Is there a possiblity that i could activate a microflow directly after he logs in, if so could u help me with the start of it.
asked
1 answers
0

You can do this in different ways: 

  1. On the page where he lands after the login, you can create a data view with datasource microflow. You can then in the microflow evaluate if the popup should be shown or not and then show it to the user. 
  2. You can make a custom login microflow that is called when you login, in this flow you can show the popup. See this post on how to make a custom login page: https://forum.mendix.com/link/questions/89431
answered