Login to respective Dashboard

0
In a microflow I have retrieved a particular object from database using XPATH. I want to return the values of all attributes of that retrieved object to the next page for which the microflow should return the same. How can this be done? Basically I am trying to login (authenticating) and going to the respective user dashboard using the same microflow.
asked
2 answers
0

Hi ,

 

I would need more context to answer you question , Mendix by default provide role based home page .

 

Thanks

answered
0

Arushi,

 

  1.  Create a ‘user details page’ with data view which accepts ‘user entity’ (or whatever entity you need)
  2.  Immediately after user login action, call the  ‘show page’ action which loads ‘user details page’ and pass the user entity object to it.

Thanks

Iqbal

answered