Display current user information on their Home page.

0
Hi , I have a scenario where I should display current user details at the top of each and every Home page when the user login. For example in my application, I have ten users and each and every user have their home page with their task details , along with them i have to show the current user details at the top bar. If Troy log in as a user I should be able to display Troy details at the top of his home page. Thanks in Advance!
asked
2 answers
3

This has already been answered a couple of times in the forum. For instance here: https://community.mendix.com/questions/8016/How-do-I-retrieve-CurrentUser-and-show-it-on-a-page

Regards,

Ronald

answered
0

Hi Chandan , 

You can use this xpath to retrieve current user and show the their home page [id = $currentUser ]

 

answered